diff avformat.h @ 4647:a9c659873a1e libavformat

Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
author schreter
date Thu, 05 Mar 2009 07:36:16 +0000
parents 166d293b44fa
children ffb7e8093289
line wrap: on
line diff
--- a/avformat.h	Wed Mar 04 07:57:09 2009 +0000
+++ b/avformat.h	Thu Mar 05 07:36:16 2009 +0000
@@ -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, \