g729dec: align codec declarations

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/59/head
Paul B Mahol 13 years ago
parent 225489f19b
commit 8ce0c7d264
  1. 3
      libavcodec/g729dec.c

@ -714,8 +714,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
return buf_size;
}
AVCodec ff_g729_decoder =
{
AVCodec ff_g729_decoder = {
.name = "g729",
.type = AVMEDIA_TYPE_AUDIO,
.id = CODEC_ID_G729,

Loading…
Cancel
Save