diff avcodec.h @ 1783:66ae3c109d90 libavcodec

initial commit for Quicktime Animation (RLE) video decoder; bit depths 32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet
author melanson
date Thu, 05 Feb 2004 05:22:44 +0000
parents 82c182e52a54
children 5e5c3d4a1e82
line wrap: on
line diff
--- a/avcodec.h	Thu Feb 05 00:35:08 2004 +0000
+++ b/avcodec.h	Thu Feb 05 05:22:44 2004 +0000
@@ -93,6 +93,7 @@
     CODEC_ID_VMDAUDIO,
     CODEC_ID_MSZH,
     CODEC_ID_ZLIB,
+    CODEC_ID_QTRLE,
 
     /* various pcm "codecs" */
     CODEC_ID_PCM_S16LE,
@@ -1700,6 +1701,7 @@
 extern AVCodec roq_dpcm_decoder;
 extern AVCodec interplay_dpcm_decoder;
 extern AVCodec xan_dpcm_decoder;
+extern AVCodec qtrle_decoder;
 
 /* pcm codecs */
 #define PCM_CODEC(id, name) \