Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Poliakovski <max_pole@gmx.de>2011-09-21 15:09:32 +0400
committerMartin Storsjö <martin@martin.st>2011-09-22 15:54:46 +0400
commitbe64629a135642f20325e1422352707bb81d5c91 (patch)
tree484566f2cd3b51620cd6e3c7d669b485341a6c46 /libavcodec/allcodecs.c
parentb14629e5eafb34dd71702aa42863388438060cd1 (diff)
Apple ProRes decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
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 b483f81aa2..fdb0a9cba8 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -164,6 +164,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (PICTOR, pictor);
REGISTER_ENCDEC (PNG, png);
REGISTER_ENCDEC (PPM, ppm);
+ REGISTER_DECODER (PRORES, prores);
REGISTER_DECODER (PTX, ptx);
REGISTER_DECODER (QDRAW, qdraw);
REGISTER_DECODER (QPEG, qpeg);