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

Diego Biurrun diego
Sun Feb 22 14:39:02 CET 2009


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.

Diego




More information about the ffmpeg-devel mailing list