lavf: add supported extension to avi and mov demuxers

This commit is contained in:
Marc-Antoine Arnaud
2014-04-01 17:07:50 +00:00
committed by Vittorio Giovara
parent cba4e6062a
commit f1c4a54f6e
2 changed files with 2 additions and 0 deletions

View File

@@ -1525,6 +1525,7 @@ AVInputFormat ff_avi_demuxer = {
.name = "avi",
.long_name = NULL_IF_CONFIG_SMALL("AVI (Audio Video Interleaved)"),
.priv_data_size = sizeof(AVIContext),
.extensions = "avi",
.read_probe = avi_probe,
.read_header = avi_read_header,
.read_packet = avi_read_packet,