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