g729dec: align codec declarations
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -714,8 +714,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
|
|||||||
return buf_size;
|
return buf_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
AVCodec ff_g729_decoder =
|
AVCodec ff_g729_decoder = {
|
||||||
{
|
|
||||||
.name = "g729",
|
.name = "g729",
|
||||||
.type = AVMEDIA_TYPE_AUDIO,
|
.type = AVMEDIA_TYPE_AUDIO,
|
||||||
.id = CODEC_ID_G729,
|
.id = CODEC_ID_G729,
|
||||||
|
Reference in New Issue
Block a user