diff avcodec.h @ 2542:a27a580f292e libavcodec

first pass at ALAC decoder from David Hammerton; while David's original decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg
author melanson
date Sun, 06 Mar 2005 00:43:55 +0000
parents eace30b70601
children 8bf96ac84409
line wrap: on
line diff
--- a/avcodec.h	Sat Mar 05 11:44:25 2005 +0000
+++ b/avcodec.h	Sun Mar 06 00:43:55 2005 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000409
 #define FFMPEG_VERSION         "0.4.9-pre1"
-#define LIBAVCODEC_BUILD       4744
+#define LIBAVCODEC_BUILD       4745
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -170,6 +170,7 @@
     
     CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG2 transport
                          stream (only used by libavformat) */
+    CODEC_ID_ALAC,
 };
 
 /* CODEC_ID_MP3LAME is absolete */
@@ -2011,6 +2012,7 @@
 extern AVCodec qpeg_decoder;
 extern AVCodec shorten_decoder;
 extern AVCodec loco_decoder;
+extern AVCodec alac_decoder;
 
 /* pcm codecs */
 #define PCM_CODEC(id, name) \