diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-07 01:10:45 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-07 01:21:08 +0200 |
commit | 2279de6eca1294082a307feb211b217781da8045 (patch) | |
tree | 37aa94600a87c89951dd45fc79c04e862fbe8b7f /libavformat/allformats.c | |
parent | b453e768427969b170820e8e8fe51c84856563b2 (diff) | |
download | ffmpeg-2279de6eca1294082a307feb211b217781da8045.tar.gz |
lavf/img2dec: Autodetect qdraw images.
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 e6a9d01672..0f53d4c73c 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -339,6 +339,7 @@ void av_register_all(void) REGISTER_DEMUXER (IMAGE_JPEGLS_PIPE, image_jpegls_pipe); REGISTER_DEMUXER (IMAGE_PICTOR_PIPE, image_pictor_pipe); REGISTER_DEMUXER (IMAGE_PNG_PIPE, image_png_pipe); + REGISTER_DEMUXER (IMAGE_QDRAW_PIPE, image_qdraw_pipe); REGISTER_DEMUXER (IMAGE_SGI_PIPE, image_sgi_pipe); REGISTER_DEMUXER (IMAGE_SUNRAST_PIPE, image_sunrast_pipe); REGISTER_DEMUXER (IMAGE_TIFF_PIPE, image_tiff_pipe); |