From 36d7c1dee8d1fa1d81130932d2df93a8866c535f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Oct 2020 09:22:36 +0200 Subject: lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternal Those are private fields, no reason to have them exposed in a public header. --- libavformat/avformat.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 158c025e4a..da07e8981e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1184,12 +1184,6 @@ typedef struct AVStream { */ int update_initial_durations_done; - /** - * Internal data to generate dts from pts - */ - int64_t pts_reorder_error[MAX_REORDER_DELAY+1]; - uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; - /** * An opaque field for libavformat internal usage. * Must not be accessed in any way by callers. -- cgit v1.2.3