From 744b7f2e91fad0953505c909bc2b0cebced03d28 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Oct 2020 09:22:36 +0200 Subject: lavf: move AVStream.last_in_packet_buffer to AVStreamInternal Those are private fields, no reason to have them exposed in a public header. --- libavformat/avformat.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index fc89db1838..4865c56cc3 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1079,13 +1079,9 @@ typedef struct AVStream { enum AVStreamParseType need_parsing; struct AVCodecParserContext *parser; - /** - * last packet in packet_buffer for this stream when muxing. - */ - struct AVPacketList *last_in_packet_buffer; - #if LIBAVFORMAT_VERSION_MAJOR < 59 // kept for ABI compatibility only, do not access in any way + void *unused7; AVProbeData unused6; int64_t unused5[16+1]; void *unused2; -- cgit v1.2.3