forked from FFmpeg/FFmpeg
consistent naming of Chinese AVS raw demuxer
Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5ef251e504
commit
b81350a866
1 changed files with 1 additions and 1 deletions
|
@ -1100,7 +1100,7 @@ AVInputFormat mpegvideo_demuxer = {
|
|||
#if CONFIG_CAVSVIDEO_DEMUXER
|
||||
AVInputFormat cavsvideo_demuxer = {
|
||||
"cavsvideo",
|
||||
NULL_IF_CONFIG_SMALL("Chinese AVS video"),
|
||||
NULL_IF_CONFIG_SMALL("raw Chinese AVS video"),
|
||||
0,
|
||||
cavsvideo_probe,
|
||||
video_read_header,
|
||||
|
|
Loading…
Add table
Reference in a new issue