[FFmpeg-cvslog] r14948 - in trunk/libavformat: oggdec.c oggdec.h oggparseflac.c oggparseogm.c oggparsespeex.c oggparsetheora.c oggparsevorbis.c

Reimar Döffinger Reimar.Doeffinger
Sun Aug 24 19:40:20 CEST 2008


On Sun, Aug 24, 2008 at 06:26:04PM +0100, M?ns Rullg?rd wrote:
> 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.

Done.




More information about the ffmpeg-cvslog mailing list