diff options
author | Kieran Kunhya <kierank@ob-encoder.com> | 2012-07-23 11:20:04 -0500 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-25 20:32:33 +0300 |
commit | 160a27c5904c48bd83461253e7d58c63ca695de0 (patch) | |
tree | 1764a64345da4bab76ec6ed8aa2368e90dad902b /libavcodec/version.h | |
parent | ecfff0e9929f399119437cd7113bad1cd968e8ea (diff) | |
download | ffmpeg-160a27c5904c48bd83461253e7d58c63ca695de0.tar.gz |
libfdk-aacenc: add LATM/LOAS encapsulation support
Signed-off-by: Martin Storsjö <martin@martin.st>
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 98d6690a9f..acad4d4a2a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 23 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |