diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-02 17:00:53 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-04 21:08:52 +0100 |
commit | 44fe77b350fd812c84cd866b7d03e436acc3bab2 (patch) | |
tree | 1774319dabdecad58f2244428fb1866f12ae919c /libavcodec/version.h | |
parent | 02beb9826b29166b5d7c9b306ac1648abb449be0 (diff) | |
download | ffmpeg-44fe77b350fd812c84cd866b7d03e436acc3bab2.tar.gz |
lavc: make codec_is_decoder/encoder() public.
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 6fbe01c3a8..1ecfb215f6 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 6 +#define LIBAVCODEC_VERSION_MINOR 7 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |