diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-03 13:52:00 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-05 15:36:19 +0100 |
commit | 84d5df54468e7e76f0c5c3ae7076dc955ce86a79 (patch) | |
tree | 42db953dfa7173e5cf172de78e99b3b3cb51e001 /libavformat/allformats.c | |
parent | 7dfa98665c172a15f2dc6a9424331737360e5138 (diff) | |
download | ffmpeg-84d5df54468e7e76f0c5c3ae7076dc955ce86a79.tar.gz |
avformat: add xbm_pipe demuxer
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 9628c726a7..f837ddabc8 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -518,6 +518,7 @@ extern AVInputFormat ff_image_svg_pipe_demuxer; extern AVInputFormat ff_image_sunrast_pipe_demuxer; extern AVInputFormat ff_image_tiff_pipe_demuxer; extern AVInputFormat ff_image_webp_pipe_demuxer; +extern AVInputFormat ff_image_xbm_pipe_demuxer; extern AVInputFormat ff_image_xpm_pipe_demuxer; extern AVInputFormat ff_image_xwd_pipe_demuxer; |