diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-09 10:24:16 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-12-09 10:24:16 +0100 |
commit | 66dc3ba356e6651e85098e6aab048c6680ea2845 (patch) | |
tree | 103b8591ece66c358e62d1a0517f1e1f4d5d7004 /libavcodec/version.h | |
parent | e8ca7cfa4f4207be9b07e6135e6ba7a95ba89aa8 (diff) | |
download | ffmpeg-66dc3ba356e6651e85098e6aab048c6680ea2845.tar.gz |
Flip zerocodec output.
Fixes ticket #1218
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 ac33ccebdd..1aab993df8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 79 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |