diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-29 15:49:52 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-29 15:49:52 +0100 |
commit | 8c5092912b19e793412b07e070da2f8636c2c2f3 (patch) | |
tree | df01cfeb8f5485d872023a874bd745fd1fea07b9 /libavformat/allformats.c | |
parent | 4e05a12a41f4934cffeef39fd1d490f1e6947dfc (diff) | |
download | ffmpeg-8c5092912b19e793412b07e070da2f8636c2c2f3.tar.gz |
lavf: Add pcx auto-detection.
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 9662941139..fc87900d96 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -358,6 +358,7 @@ void av_register_all(void) REGISTER_DEMUXER (IMAGE_J2K_PIPE, image_j2k_pipe); REGISTER_DEMUXER (IMAGE_JPEG_PIPE, image_jpeg_pipe); REGISTER_DEMUXER (IMAGE_JPEGLS_PIPE, image_jpegls_pipe); + REGISTER_DEMUXER (IMAGE_PCX_PIPE, image_pcx_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); |