rl2 decoder

Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer
2008-03-21 13:45:55 +00:00
parent 433aeb6240
commit 975cdc8fc1
4 changed files with 244 additions and 1 deletions
+2 -1
View File
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51
#define LIBAVCODEC_VERSION_MINOR 52
#define LIBAVCODEC_VERSION_MINOR 53
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -178,6 +178,7 @@ enum CodecID {
CODEC_ID_INDEO4,
CODEC_ID_INDEO5,
CODEC_ID_MIMIC,
CODEC_ID_RL2,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,