diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 15:22:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-05 18:42:17 +0200 |
commit | 62b39d41cdec2be4e4722aefbd7789305e4ab2ad (patch) | |
tree | 68b4abafa19f29df11acb9bd6f10f7a3720ce274 /libavcodec/version.h | |
parent | 0da9bce5a317a8a5ce4f8ed72c460ff929bf5c8e (diff) | |
download | ffmpeg-62b39d41cdec2be4e4722aefbd7789305e4ab2ad.tar.gz |
lavc: add pkt_duration field to AVFrame
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 3c588d7a6a..a9e1f75f30 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 23 +#define LIBAVCODEC_VERSION_MINOR 24 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |