mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-01-20 19:06:02 +00: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:
parent
5ef251e504
commit
b81350a866
@ -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…
x
Reference in New Issue
Block a user