diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-04 19:12:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-07 07:08:03 +0200 |
commit | 828bd088f3f74dcdb8451d58557b0d8caefa3227 (patch) | |
tree | e5086b5a07fb63939021eae2a5adad38330fcb38 /libavcodec/version.h | |
parent | 37f4a976b374398a846b354cf16417b9a81d57e2 (diff) | |
download | ffmpeg-828bd088f3f74dcdb8451d58557b0d8caefa3227.tar.gz |
lavc: add sample rate and channel layout to AVFrame.
Rationale is the same as for video width/height etc.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5119874379..be39f4ffca 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 12 +#define LIBAVCODEC_VERSION_MINOR 13 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |