From b4d68e7cdb3be029c669b15ac0da158454fb910d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 17 Aug 2015 16:30:16 +0200 Subject: avformat: Remove use of AVFrac and AVStream->pts Move field to internal part of AVStream and struct to internal.h Reviewed-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 6933624f26..e83a374f6d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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); -- cgit v1.2.3