[SCM] libav/experimental: Add AVC-Intra identifiers used by Flip4Mac for mov files
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:23:07 UTC 2013
The following commit has been merged in the experimental branch:
commit aa42cce57ddf34b4e2c365859206eb52e2415ff5
Author: Benjamin Larsson <benjamin at southpole.se>
Date: Wed Feb 2 14:03:46 2011 +0100
Add AVC-Intra identifiers used by Flip4Mac for mov files
Signed-off-by: Mans Rullgard <mans at mansr.com>
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 23ef82a..71a97b3 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -134,6 +134,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_RAWVIDEO, MKTAG('W', 'R', 'A', 'W') },
{ CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */
+ { CODEC_ID_H264, MKTAG('a', 'i', '5', '5') }, /* Flip4Mac AVC Intra 50 */
+ { CODEC_ID_H264, MKTAG('a', 'i', '1', '5') }, /* Flip4Mac AVC Intra 100 */
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', '1') }, /* Apple MPEG-1 Camcorder */
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list