summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-02-02 20:54:53 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-02-15 07:14:51 +0100
commit1a265f6187e9036b649fc08f8293b5e1fcd8dfbe (patch)
tree3008fcfe16f8e7e0c773655808309e5fd358a37c /libavcodec/allcodecs.c
parent8835c2c829d84d99e237e63f432b6e9f54e2ecf6 (diff)
prores encoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 1c7217720c..de37083d17 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -168,7 +168,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (PICTOR, pictor);
REGISTER_ENCDEC (PNG, png);
REGISTER_ENCDEC (PPM, ppm);
- REGISTER_DECODER (PRORES, prores);
+ REGISTER_ENCDEC (PRORES, prores);
REGISTER_DECODER (PTX, ptx);
REGISTER_DECODER (QDRAW, qdraw);
REGISTER_DECODER (QPEG, qpeg);