Commit b81350a8 authored by Stefan Gehrer's avatar Stefan Gehrer

consistent naming of Chinese AVS raw demuxer

Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5ef251e5
...@@ -1100,7 +1100,7 @@ AVInputFormat mpegvideo_demuxer = { ...@@ -1100,7 +1100,7 @@ AVInputFormat mpegvideo_demuxer = {
#if CONFIG_CAVSVIDEO_DEMUXER #if CONFIG_CAVSVIDEO_DEMUXER
AVInputFormat cavsvideo_demuxer = { AVInputFormat cavsvideo_demuxer = {
"cavsvideo", "cavsvideo",
NULL_IF_CONFIG_SMALL("Chinese AVS video"), NULL_IF_CONFIG_SMALL("raw Chinese AVS video"),
0, 0,
cavsvideo_probe, cavsvideo_probe,
video_read_header, video_read_header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment