You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
consistent naming of Chinese AVS raw demuxer
Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user