Mercurial > libavformat.hg
changeset 1823:746ff3525dd7 libavformat
quicktime 'raw ' support
author | bcoudurier |
---|---|
date | Thu, 01 Mar 2007 13:03:33 +0000 |
parents | 2526fc1e568b |
children | 9e1fecae7f80 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Wed Feb 28 03:40:23 2007 +0000 +++ b/mov.c Thu Mar 01 13:03:33 2007 +0000 @@ -68,7 +68,7 @@ static const AVCodecTag mov_video_tags[] = { /* { CODEC_ID_, MKTAG('c', 'v', 'i', 'd') }, *//* Cinepak */ -/* { CODEC_ID_H263, MKTAG('r', 'a', 'w', ' ') }, *//* Uncompressed RGB */ + { 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) */ /* Graphics */