diff mov.c @ 533:59da52e5f5a5 libavformat

support for Sierra Online audio files and Apple QuickDraw codec, courtesy of Konstantin Shishkov
author melanson
date Tue, 28 Sep 2004 03:09:49 +0000
parents 74ad3aa6749c
children 4623f54c98bb
line wrap: on
line diff
--- a/mov.c	Mon Sep 27 22:53:27 2004 +0000
+++ b/mov.c	Tue Sep 28 03:09:49 2004 +0000
@@ -115,6 +115,7 @@
     { CODEC_ID_8BPS, MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */
     { CODEC_ID_SMC, MKTAG('s', 'm', 'c', ' ') }, /* Apple Graphics (SMC) */
     { CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
+    { CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
     { CODEC_ID_NONE, 0 },
 };