diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-24 15:20:56 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-27 16:25:22 -0400 |
commit | aa47c35dff263f19f64f10a93ea9e4da4e395ede (patch) | |
tree | 5584a17a6d839c4638fa67a3175a3bf755615b37 /libavcodec/version.h | |
parent | b1bf8c7887395b08a68072c80f11b0c53d8e785a (diff) | |
download | ffmpeg-aa47c35dff263f19f64f10a93ea9e4da4e395ede.tar.gz |
ac3enc: add support for E-AC-3 encoding.
This adds basic stream format support and allows for arbitrary bit rates
rather than just those supported in AC-3.
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 0def0d1ff9..894188b093 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 4 +#define LIBAVCODEC_VERSION_MINOR 5 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |