mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.
This commit is contained in:
parent
07a8fbaa55
commit
02e9ba42eb
@ -573,6 +573,7 @@ static int xmv_read_packet(AVFormatContext *s,
|
||||
AVInputFormat ff_xmv_demuxer = {
|
||||
.name = "xmv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Microsoft XMV"),
|
||||
.extensions = "xmv",
|
||||
.priv_data_size = sizeof(XMVDemuxContext),
|
||||
.read_probe = xmv_probe,
|
||||
.read_header = xmv_read_header,
|
||||
|
Loading…
x
Reference in New Issue
Block a user