Commit 86bddd75 authored by bcoudurier's avatar bcoudurier

More mov rawvideo fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a152684
......@@ -67,6 +67,14 @@ const AVCodecTag codec_movvideo_tags[] = {
{ 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_RAWVIDEO, MKTAG('L', '5', '5', '5') },
{ CODEC_ID_RAWVIDEO, MKTAG('L', '5', '6', '5') },
{ CODEC_ID_RAWVIDEO, MKTAG('B', '5', '6', '5') },
{ CODEC_ID_RAWVIDEO, MKTAG('2', '4', 'B', 'G') },
{ CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 'A') },
{ CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 'A') },
{ CODEC_ID_RAWVIDEO, MKTAG('A', 'B', 'G', 'R') },
{ CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, /* UNCOMPRESSED 10BIT RGB */
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment