[PATCH 1/2] Add CODEC_ID_PRORES and bump lavc minor version
Tjoppen
tomas.hardin
Thu Feb 3 10:47:48 CET 2011
---
libavcodec/avcodec.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d0de610..dbfb777 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -32,7 +32,7 @@
#include "libavutil/cpu.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 108
+#define LIBAVCODEC_VERSION_MINOR 109
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -260,6 +260,7 @@ enum CodecID {
CODEC_ID_R10K,
CODEC_ID_MXPEG,
CODEC_ID_LAGARITH,
+ CODEC_ID_PRORES,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
--
1.7.1
--------------090802040004000207000806
Content-Type: text/x-patch;
name="0002-Add-ProRes-FOURCCs-to-isom.c.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0002-Add-ProRes-FOURCCs-to-isom.c.patch"
More information about the ffmpeg-devel
mailing list