diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-03-05 07:36:16 +0000 |
---|---|---|
committer | Ivan Schreter <schreter@gmx.net> | 2009-03-05 07:36:16 +0000 |
commit | 61c23c155cf0709df69222a1f3e49bfa263a70e1 (patch) | |
tree | 14e4ebed0ce634ffc6403546b08eae9a0099b78b /libavformat/avformat.h | |
parent | b283ba26cefe18f14ee493f758056afd2efa5999 (diff) | |
download | ffmpeg-61c23c155cf0709df69222a1f3e49bfa263a70e1.tar.gz |
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.h | 2 |
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, \ |