rgba in .mov muxing
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 10 May 2009 20:11:11 +0000 (20:11 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 10 May 2009 20:11:11 +0000 (20:11 +0000)
Originally committed as revision 18787 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index 7253db7..4d16f8b 100644 (file)
@@ -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)