lavf/img2dec: Auto-detect xwd images.

This commit is contained in:
Carl Eugen Hoyos
2018-05-25 20:06:34 +02:00
parent 7c333dc6a7
commit 42b4351333
4 changed files with 35 additions and 1 deletions

View File

@@ -476,6 +476,7 @@ 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_xpm_pipe_demuxer;
extern AVInputFormat ff_image_xwd_pipe_demuxer;
/* external libraries */
extern AVOutputFormat ff_chromaprint_muxer;