diff options
author | Martin Storsjö <martin@martin.st> | 2011-12-15 16:11:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-12-21 22:52:36 +0200 |
commit | 195c123cc87bb46efbadb48b2f756ae49bdb6774 (patch) | |
tree | 3d4a1cc004d3f1bbf56e747b29bc5cf66e8ccf14 /libavcodec/version.h | |
parent | 17c84f4ed2dcc617b45a0e305725bfca7bc0bfd1 (diff) | |
download | ffmpeg-195c123cc87bb46efbadb48b2f756ae49bdb6774.tar.gz |
libavcodec: Define a side data type for new extradata
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e95825139d..f570ef779f 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, \ |