]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
lavf/dnxhd: Autodetect more valid files.
[ffmpeg] / libavformat / avformat.h
index fb69852f458a625addad65bb93bc465c7c47960a..e83a374f6daa724a0d8988b9c072bb15f66cb4e5 100644 (file)
@@ -1015,7 +1015,6 @@ typedef struct AVStream {
     /**
      * Number of packets to buffer for codec probing
      */
-#define MAX_PROBE_PACKETS 2500
     int probe_packets;
 
     /**
@@ -1171,6 +1170,8 @@ typedef struct AVStream {
      * - decoding: Set by libavformat to calculate sample_aspect_ratio internally
      */
     AVRational display_aspect_ratio;
+
+    struct FFFrac *priv_pts;
 } AVStream;
 
 AVRational av_stream_get_r_frame_rate(const AVStream *s);