Mercurial > libavformat.hg
changeset 5341:09ae9d168949 libavformat
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
patch by Andrew Wason
author | compn |
---|---|
date | Tue, 03 Nov 2009 16:17:21 +0000 |
parents | d720f2e99f86 |
children | d2db7a53bc0d |
files | isom.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/isom.c Mon Nov 02 00:10:10 2009 +0000 +++ b/isom.c Tue Nov 03 16:17:21 2009 +0000 @@ -64,6 +64,7 @@ { CODEC_ID_RAWVIDEO, 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('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */ + { CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', 's') }, /* same as 2vuy but byte swapped */ { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */