diff avformat.h @ 3058:33ecae58665a libavformat

revert 12156 Log: Make timestamp interpolation work with mpeg2 field pictures. Cleaner/simpler solutions are welcome. ---- A IMHO cleaner solution has been implemented.
author michael
date Wed, 20 Feb 2008 20:24:38 +0000
parents ed3653834ada
children 3c3b2bcd3c38
line wrap: on
line diff
--- a/avformat.h	Wed Feb 20 10:19:35 2008 +0000
+++ b/avformat.h	Wed Feb 20 20:24:38 2008 +0000
@@ -337,8 +337,8 @@
     struct AVCodecParserContext *parser;
 
     int64_t cur_dts;
-    int last_IP_duration[2];
-    int64_t last_IP_pts[2];
+    int last_IP_duration;
+    int64_t last_IP_pts;
     /* av_seek_frame() support */
     AVIndexEntry *index_entries; /**< only used if the format does not
                                     support seeking natively */