Commit e8c32fa8 authored by bcoudurier's avatar bcoudurier

WRAW fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16001 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ad216a8
......@@ -106,6 +106,8 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_MSRLE, MKTAG('W', 'R', 'L', 'E') },
{ CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
{ CODEC_ID_RAWVIDEO, MKTAG('W', 'R', 'A', 'W') },
{ CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */
......
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