[FFmpeg-cvslog] riff: support ProRes in avi (APCN fourcc)

Vittorio Giovara git at videolan.org
Sat Nov 15 01:52:46 CET 2014


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Nov 14 14:39:18 2014 +0100| [4b39cc1a093c239412ded522c4a899744e7f2008] | committer: Vittorio Giovara

riff: support ProRes in avi (APCN fourcc)

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0e16ec7..b91f8f1 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -347,6 +347,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_G2M,          MKTAG('G', '2', 'M', '3') },
     { AV_CODEC_ID_G2M,          MKTAG('G', '2', 'M', '4') },
     { AV_CODEC_ID_FIC,          MKTAG('F', 'I', 'C', 'V') },
+    { AV_CODEC_ID_PRORES,       MKTAG('A', 'P', 'C', 'N') },
     { AV_CODEC_ID_NONE,         0 }
 };
 



More information about the ffmpeg-cvslog mailing list