summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorIvan Schreter <schreter@gmx.net>2009-03-05 07:36:16 +0000
committerIvan Schreter <schreter@gmx.net>2009-03-05 07:36:16 +0000
commit61c23c155cf0709df69222a1f3e49bfa263a70e1 (patch)
tree14e4ebed0ce634ffc6403546b08eae9a0099b78b /libavformat/avformat.h
parentb283ba26cefe18f14ee493f758056afd2efa5999 (diff)
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 18ec2c86f9..da23709398 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -23,7 +23,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 52
#define LIBAVFORMAT_VERSION_MINOR 31
-#define LIBAVFORMAT_VERSION_MICRO 0
+#define LIBAVFORMAT_VERSION_MICRO 1
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \