]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Replace incorrect use of "multiply" with "multiple"
[ffmpeg] / libavformat / avformat.h
index f6fb5a36a59d77e927a4eee800aaae18c019148f..b915148ad7830f2590db83300c652d1a248c83b8 100644 (file)
@@ -1454,6 +1454,12 @@ typedef struct AVFormatContext {
     int event_flags;
 #define AVFMT_EVENT_FLAG_METADATA_UPDATED 0x0001 ///< The call resulted in updated metadata.
 
+    /**
+     * Maximum number of packets to read while waiting for the first timestamp.
+     * Decoding only.
+     */
+    int max_ts_probe;
+
 
     /**
      * Transport stream id.