mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
lavf/vc1test: add rcv to vc1test demuxer extensions
rcv is commonly used as extension for vc1 test stream files. Signed-off-by: Jun Zhao <jun.zhao@intel.com>
This commit is contained in:
parent
cc82402ed3
commit
18fce29d8f
@ -122,5 +122,6 @@ AVInputFormat ff_vc1t_demuxer = {
|
|||||||
.read_probe = vc1t_probe,
|
.read_probe = vc1t_probe,
|
||||||
.read_header = vc1t_read_header,
|
.read_header = vc1t_read_header,
|
||||||
.read_packet = vc1t_read_packet,
|
.read_packet = vc1t_read_packet,
|
||||||
|
.extensions = "rcv",
|
||||||
.flags = AVFMT_GENERIC_INDEX,
|
.flags = AVFMT_GENERIC_INDEX,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user