diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-02-09 18:50:32 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-20 17:46:18 +0100 |
commit | 3293b1adca637c29d555b4980d4f0f9cfe7fba78 (patch) | |
tree | 715f6522b1ceece9bcf2086c6250e7f6f6c30912 /libavcodec/version.h | |
parent | 6e6bdeb137e1b89598f1be19a83a30fd8fb6b7f1 (diff) | |
download | ffmpeg-3293b1adca637c29d555b4980d4f0f9cfe7fba78.tar.gz |
lavc: set bit_rate in the decoder context, just after the init stage
Also move the get_bit_rate() function, in order to avoid an undefined
symbol reference in avcodec_open2().
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 7694cb74a6..db4fbea44a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 3 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |