[FFmpeg-cvslog] libavcodec: Define a side data type for new extradata
Martin Storsjö
git at videolan.org
Thu Dec 22 02:05:04 CET 2011
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Dec 15 16:11:49 2011 +0200| [195c123cc87bb46efbadb48b2f756ae49bdb6774] | committer: Martin Storsjö
libavcodec: Define a side data type for new extradata
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=195c123cc87bb46efbadb48b2f756ae49bdb6774
---
libavcodec/avcodec.h | 1 +
libavcodec/version.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7f4651b..f78a7a6 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -855,6 +855,7 @@ typedef struct AVPanScan{
enum AVPacketSideDataType {
AV_PKT_DATA_PALETTE,
+ AV_PKT_DATA_NEW_EXTRADATA,
};
typedef struct AVPacket {
diff --git a/libavcodec/version.h b/libavcodec/version.h
index e958251..f570ef7 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,8 +21,8 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 28
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MINOR 29
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list