diff avformat.h @ 2300:9c8cfadff191 libavformat

correct initial timestamps which have AV_NOPTS_VALUE
author michael
date Sat, 04 Aug 2007 22:46:13 +0000
parents 59d84b0f7d30
children 2adc9f64ecfb
line wrap: on
line diff
--- a/avformat.h	Sat Aug 04 12:33:34 2007 +0000
+++ b/avformat.h	Sat Aug 04 22:46:13 2007 +0000
@@ -280,9 +280,10 @@
      */
     AVRational r_frame_rate;
     void *priv_data;
-#if LIBAVFORMAT_VERSION_INT < (52<<16)
+
     /* internal data used in av_find_stream_info() */
-    int64_t codec_info_duration;
+    int64_t first_dts;
+#if LIBAVFORMAT_VERSION_INT < (52<<16)
     int codec_info_nb_frames;
 #endif
     /** encoding: PTS generation when outputing stream */