Commit 40c5ee99 authored by Tobias Bindhammer's avatar Tobias Bindhammer

added codec-ids for the a64 codec

Originally committed as revision 24877 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8fb9e198
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MAJOR 52
#define LIBAVCODEC_VERSION_MINOR 85 #define LIBAVCODEC_VERSION_MINOR 86
#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
...@@ -213,6 +213,9 @@ enum CodecID { ...@@ -213,6 +213,9 @@ enum CodecID {
CODEC_ID_VP8, CODEC_ID_VP8,
CODEC_ID_PICTOR, CODEC_ID_PICTOR,
CODEC_ID_ANSI, CODEC_ID_ANSI,
CODEC_ID_A64_MULTI,
CODEC_ID_A64_MULTI5,
/* various PCM "codecs" */ /* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000, CODEC_ID_PCM_S16LE= 0x10000,
......
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