diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-27 23:23:45 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-03-01 16:08:31 +0200 |
commit | bdc1220eebd0a57a85b423335d7a67888ed4ca07 (patch) | |
tree | dc584eb711218f89fd61baacdb8eb845a23d3ec2 /libavcodec/version.h | |
parent | 442c1320e72a13d02c9c477aab7100ef910c33c7 (diff) | |
download | ffmpeg-bdc1220eebd0a57a85b423335d7a67888ed4ca07.tar.gz |
h263enc: Add an option for outputting info about MBs as side data
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 157f3cbaba..49f929f024 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 3 +#define LIBAVCODEC_VERSION_MINOR 4 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |