Commit 6a05f827 authored by stefang's avatar stefang

consistent naming of Chinese AVS raw demuxer


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent deb2b64d
...@@ -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