[FFmpeg-devel] [PATCH] raw demuxer for Chinese AVS elementary streams

Stefan Gehrer stefan.gehrer
Sun Feb 22 15:48:13 CET 2009


Diego Biurrun wrote:
> On Fri, Feb 20, 2009 at 11:10:06PM +0100, Stefan Gehrer wrote:
>> New patch attached, having the check on the 0x1B4 code and the profile
>> check when finding a sequence header.
>>
>> --- libavformat/raw.c	(revision 17471)
>> +++ libavformat/raw.c	(working copy)
>> @@ -1054,6 +1097,19 @@
>>  
>> +#if CONFIG_CAVSVIDEO_DEMUXER
>> +AVInputFormat cavsvideo_demuxer = {
>> +    "cavsvideo",
>> +    NULL_IF_CONFIG_SMALL("Chinese AVS video"),
> 
> raw Chinese AVS video
> 
> This is also missing a docs update.

Both done. I hadn't realized that you recently made some cleanup
in that area, thanks.

Stefan




More information about the ffmpeg-devel mailing list