summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Holik <peter@holik.at>2013-12-12 16:11:35 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2013-12-17 09:34:08 +0100
commit6fd99e78def3c795bdd0bc31f3ae0998d24bc94c (patch)
tree2fcfbd9a8164e9b86fde0af9339a96a02bc0010d /libavcodec/allcodecs.c
parent0d882e9e7b78f3874ef9511d739da9d64f1ec58a (diff)
png: add a standalone parser
Useful for reading png images from a pipe.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 044f5850dd..8b2bdc12ca 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -464,6 +464,7 @@ void avcodec_register_all(void)
REGISTER_PARSER(MPEG4VIDEO, mpeg4video);
REGISTER_PARSER(MPEGAUDIO, mpegaudio);
REGISTER_PARSER(MPEGVIDEO, mpegvideo);
+ REGISTER_PARSER(PNG, png);
REGISTER_PARSER(PNM, pnm);
REGISTER_PARSER(RV30, rv30);
REGISTER_PARSER(RV40, rv40);