Mercurial > libavformat.hg
changeset 4917:8896469dbb49 libavformat
rgba in .mov muxing
author | bcoudurier |
---|---|
date | Sun, 10 May 2009 20:11:11 +0000 |
parents | ac72eb0a95a7 |
children | 16e41aadb1ca |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Sun May 10 14:33:40 2009 +0000 +++ b/movenc.c Sun May 10 20:11:11 2009 +0000 @@ -616,6 +616,7 @@ { 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)