[FFmpeg-cvslog] Decode Prores 4444 XQ with the existing Prores decoder.

Carl Eugen Hoyos git at videolan.org
Mon Jan 26 13:06:28 CET 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Jan 26 12:05:14 2015 +0100| [fe47cba7e8daa987ac8c802362d8dad892858cd5] | committer: Carl Eugen Hoyos

Decode Prores 4444 XQ with the existing Prores decoder.

The frames are said to contain a higher bit-depth but
users report that our decoder shows visually correct output.
Requested by forum user gregba and Christoph Gerstbauer.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe47cba7e8daa987ac8c802362d8dad892858cd5
---

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 01d3dd2..68ddd32 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -251,6 +251,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
+    { AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'x') }, /* Apple ProRes 4444 XQ */
     { AV_CODEC_ID_FLIC,   MKTAG('f', 'l', 'i', 'c') },
 
     { AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },



More information about the ffmpeg-cvslog mailing list