diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-11 16:07:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-12 14:51:19 +0200 |
commit | da74e883f14469a1aad7c07c9aa7629a554bbceb (patch) | |
tree | daf46b8b917697ab4eb0df2c982ce7a6192cafd9 /libavcodec/version.h | |
parent | d0bf3bf1ffaf810d8e0737847666a9b86ea5929f (diff) | |
download | ffmpeg-streaming-da74e883f14469a1aad7c07c9aa7629a554bbceb.zip ffmpeg-streaming-da74e883f14469a1aad7c07c9aa7629a554bbceb.tar.gz |
lavc: add codec_descriptor field to AVCodecContext.
This can be used to avoid a time consuming lookup of the
descriptor
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 8f07291..c877fe9 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 51 +#define LIBAVCODEC_VERSION_MINOR 52 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |