summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-08-08 16:14:18 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-08-08 16:14:18 +0200
commitf73d75384f1d270eb12542940640d9bee50033e0 (patch)
treecc7c810099bf0cda92ee8b4536f5226bf03b5139 /libavformat/allformats.c
parente4d983e2db0e73e711ae63dc9495316e121ec3da (diff)
Autodetect webp files.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 5599baeec5..32bd3481ff 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -330,6 +330,7 @@ void av_register_all(void)
REGISTER_DEMUXER (IMAGE_SGI_PIPE, image_sgi_pipe);
REGISTER_DEMUXER (IMAGE_SUNRAST_PIPE, image_sunrast_pipe);
REGISTER_DEMUXER (IMAGE_TIFF_PIPE, image_tiff_pipe);
+ REGISTER_DEMUXER (IMAGE_WEBP_PIPE, image_webp_pipe);
/* protocols */