comparison vorbis_dec.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 48759bfbd073
children 1fc844ec6430
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
1632 sizeof(vorbis_context), 1632 sizeof(vorbis_context),
1633 vorbis_decode_init, 1633 vorbis_decode_init,
1634 NULL, 1634 NULL,
1635 vorbis_decode_close, 1635 vorbis_decode_close,
1636 vorbis_decode_frame, 1636 vorbis_decode_frame,
1637 .long_name = "Vorbis",
1637 }; 1638 };
1638 1639