diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2012-09-20 17:30:03 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-21 01:03:31 +0200 |
commit | cc07a7925e9967f8f9dcc47014d108ffa2f4cf51 (patch) | |
tree | ea8c106d99f545ab62ebe18b91693bfaf1bd226b /libavcodec/version.h | |
parent | d33908a5fc8249b51fd5fbe0dfba46850e6536d0 (diff) | |
download | ffmpeg-cc07a7925e9967f8f9dcc47014d108ffa2f4cf51.tar.gz |
Add av_copy_packet()
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 3349789af3..7a779e6bce 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 56 +#define LIBAVCODEC_VERSION_MINOR 57 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |