Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-08 18:22:53 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-06-05 20:42:17 +0400
commit62b39d41cdec2be4e4722aefbd7789305e4ab2ad (patch)
tree68b4abafa19f29df11acb9bd6f10f7a3720ce274 /libavcodec/version.h
parent0da9bce5a317a8a5ce4f8ed72c460ff929bf5c8e (diff)
lavc: add pkt_duration field to AVFrame
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
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, \