[FFmpeg-cvslog] Add ProRes FOURCCs to isom.c

Tomas Härdin git
Fri Feb 4 03:37:02 CET 2011


ffmpeg | branch: master | Tomas H?rdin <tomas.hardin at codemill.se> | Thu Feb  3 10:50:50 2011 +0100| [b9dab1131c7bf3c5093fb9ce475b3b92480d7669] | committer: Michael Niedermayer

Add ProRes FOURCCs to isom.c

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit e65b1934bf4f2fbde611b75ea6c0c871daaf0b56)

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

 libavformat/isom.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 71a97b3..89b352c 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -195,6 +195,12 @@ const AVCodecTag codec_movvideo_tags[] = {
     { CODEC_ID_SGI,   MKTAG('s', 'g', 'i', ' ') }, /* SGI  */
     { CODEC_ID_DPX,   MKTAG('d', 'p', 'x', ' ') }, /* DPX */
 
+    { CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'h') }, /* Apple ProRes 422 High Quality */
+    { CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'n') }, /* Apple ProRes 422 Standard Definition */
+    { CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
+    { CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
+    { CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
+
     { CODEC_ID_NONE, 0 },
 };
 




More information about the ffmpeg-cvslog mailing list