[SCM] libav/experimental: rgba in .mov muxing
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:45:32 UTC 2013
The following commit has been merged in the experimental branch:
commit ed88074a32fffbc1edba2787caf04e321835bc30
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sun May 10 20:11:11 2009 +0000
rgba in .mov muxing
Originally committed as revision 18787 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 7253db7..4d16f8b 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -616,6 +616,7 @@ static const struct {
{ PIX_FMT_BGR555, MKTAG('r','a','w',' '), 16 },
{ PIX_FMT_RGB24, MKTAG('r','a','w',' '), 24 },
{ PIX_FMT_BGR32_1, MKTAG('r','a','w',' '), 32 },
+ { PIX_FMT_RGBA, MKTAG('R','G','B','A'), 32 },
};
static int mov_get_rawvideo_codec_tag(AVFormatContext *s, MOVTrack *track)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list