[FFmpeg-cvslog] r14948 - in trunk/libavformat: oggdec.c oggdec.h oggparseflac.c oggparseogm.c oggparsespeex.c oggparsetheora.c oggparsevorbis.c
Måns Rullgård
mans
Sun Aug 24 19:26:04 CEST 2008
Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:
> On Sun, Aug 24, 2008 at 07:09:15PM +0200, reimar wrote:
>> -extern ogg_codec_t flac_codec;
>> -extern ogg_codec_t ogm_audio_codec;
>> -extern ogg_codec_t ogm_old_codec;
>> -extern ogg_codec_t ogm_text_codec;
>> -extern ogg_codec_t ogm_video_codec;
>> -extern ogg_codec_t old_flac_codec;
>> -extern ogg_codec_t speex_codec;
>> -extern ogg_codec_t theora_codec;
>> -extern ogg_codec_t vorbis_codec;
>> +extern const ogg_codec_t flac_codec;
>> +extern const ogg_codec_t ogm_audio_codec;
>> +extern const ogg_codec_t ogm_old_codec;
>> +extern const ogg_codec_t ogm_text_codec;
>> +extern const ogg_codec_t ogm_video_codec;
>> +extern const ogg_codec_t old_flac_codec;
>> +extern const ogg_codec_t speex_codec;
>> +extern const ogg_codec_t theora_codec;
>> +extern const ogg_codec_t vorbis_codec;
>
> Note that these are all global symbols without a ff_ prefix.
Feel free to fix.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list