]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
lavf/dnxhd: Autodetect more valid files.
[ffmpeg] / libavformat / avformat.h
index 6933624f261c8c8a234d081d52902f2f1e6c2038..e83a374f6daa724a0d8988b9c072bb15f66cb4e5 100644 (file)
@@ -1170,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);