[FFmpeg-cvslog] r11698 - in trunk/libavformat: oggdec.c oggdec.h oggparseogm.c

Måns Rullgård mans
Fri Feb 1 01:00:19 CET 2008


Michael Niedermayer <michaelni at gmx.at> writes:

> On Thu, Jan 31, 2008 at 11:30:55PM +0100, reimar wrote:
>> Author: reimar
>> Date: Thu Jan 31 23:30:55 2008
>> New Revision: 11698
>> 
>> Log:
>> Add support for ogg text subtitles.
>> 
>> 
>> Modified:
>>    trunk/libavformat/oggdec.c
>>    trunk/libavformat/oggdec.h
>>    trunk/libavformat/oggparseogm.c
>> 
>> Modified: trunk/libavformat/oggdec.c
>> ==============================================================================
>> --- trunk/libavformat/oggdec.c	(original)
>> +++ trunk/libavformat/oggdec.c	Thu Jan 31 23:30:55 2008
>> @@ -44,6 +44,7 @@ static ogg_codec_t *ogg_codecs[] = {
>>      &old_flac_codec,
>>      &ogm_video_codec,
>>      &ogm_audio_codec,
>> +    &ogm_text_codec,
>>      &ogm_old_codec,
>>      NULL
>>  };
>> 
>> Modified: trunk/libavformat/oggdec.h
>> ==============================================================================
>> --- trunk/libavformat/oggdec.h	(original)
>> +++ trunk/libavformat/oggdec.h	Thu Jan 31 23:30:55 2008
>> @@ -81,6 +81,7 @@ extern ogg_codec_t flac_codec;
>>  extern ogg_codec_t old_flac_codec;
>>  extern ogg_codec_t ogm_video_codec;
>>  extern ogg_codec_t ogm_audio_codec;
>> +extern ogg_codec_t ogm_text_codec;
>>  extern ogg_codec_t ogm_old_codec;
>
> Shouldnt that be sorted? (not that i personally mind if its not sorted ...)

I don't care either way.  It's only a short list.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list