[FFmpeg-cvslog] r10421 - trunk/libavformat/matroska.c

David Conrad umovimus
Fri Sep 7 17:58:43 CEST 2007


On Sep 6, 2007, at 4:24 AM, Benoit Fouet wrote:

> conrad wrote:
>> Author: conrad
>> Date: Thu Sep  6 07:14:09 2007
>> New Revision: 10421
>>
>> Log:
>> Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
>>
>>
>> Modified:
>>    trunk/libavformat/matroska.c
>>
>> Modified: trunk/libavformat/matroska.c
>> ===================================================================== 
>> =========
>> --- trunk/libavformat/matroska.c	(original)
>> +++ trunk/libavformat/matroska.c	Thu Sep  6 07:14:09 2007
>> @@ -24,8 +24,8 @@
>>  CodecTags ff_mkv_codec_tags[]={
>>  //    {"V_MS/VFW/FOURCC"  , CODEC_ID_NONE},
>>      {"V_UNCOMPRESSED"   , CODEC_ID_RAWVIDEO},
>> -    {"V_MPEG4/ISO/SP"   , CODEC_ID_MPEG4},
>>      {"V_MPEG4/ISO/ASP"  , CODEC_ID_MPEG4},
>> +    {"V_MPEG4/ISO/SP"   , CODEC_ID_MPEG4},
>>      {"V_MPEG4/ISO/AP"   , CODEC_ID_MPEG4},
>>      {"V_MPEG4/ISO/AVC"  , CODEC_ID_H264},
>>      {"V_MPEG4/MS/V3"    , CODEC_ID_MSMPEG4V3},
>>
>
> you forgot to update regression and seek tests.

Sorry, I wasn't even thinking that they might change. Fixed.




More information about the ffmpeg-cvslog mailing list