Mercurial > libavformat.hg
changeset 1841:61bb0f9d548e libavformat
partial avid meridien uncompressed support
author | bcoudurier |
---|---|
date | Sat, 03 Mar 2007 14:11:45 +0000 |
parents | daaa79ca14f0 |
children | 1ba0db9d6cbc |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sat Mar 03 12:23:20 2007 +0000 +++ b/mov.c Sat Mar 03 14:11:45 2007 +0000 @@ -70,7 +70,7 @@ /* { CODEC_ID_, MKTAG('c', 'v', 'i', 'd') }, *//* Cinepak */ { CODEC_ID_RAWVIDEO, MKTAG('r', 'a', 'w', ' ') }, /* Uncompressed RGB */ /* { CODEC_ID_H263, MKTAG('Y', 'u', 'v', '2') }, *//* Uncompressed YUV422 */ -/* { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, *//* YUV with alpha-channel (AVID Uncompressed) */ + { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* YUV with alpha-channel (AVID Uncompressed) */ /* Graphics */ /* Animation */ /* Apple video */