You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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
|
#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,
|
||||||
|
Reference in New Issue
Block a user