diff options
author | Swaraj Hota <swarajhota353@gmail.com> | 2019-06-10 09:25:27 +0530 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-21 22:02:14 +1000 |
commit | d70fece5609fa62db62c894d63bffc99aa677142 (patch) | |
tree | e56c7621f07791092398021ad57995bdd8d5bbb8 /libavformat/allformats.c | |
parent | 18dab6175bad2864c8d19a1d1476f5a3c1130599 (diff) | |
download | ffmpeg-d70fece5609fa62db62c894d63bffc99aa677142.tar.gz |
avformat/ifv: added support for ifv cctv files
Fixes ticket #2956.
Signed-off-by: Swaraj Hota <swarajhota353@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index d316a0529a..cd00834807 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -188,6 +188,7 @@ extern AVOutputFormat ff_ico_muxer; extern AVInputFormat ff_idcin_demuxer; extern AVInputFormat ff_idf_demuxer; extern AVInputFormat ff_iff_demuxer; +extern AVInputFormat ff_ifv_demuxer; extern AVInputFormat ff_ilbc_demuxer; extern AVOutputFormat ff_ilbc_muxer; extern AVInputFormat ff_image2_demuxer; |