summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-09 09:22:36 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-28 15:01:22 +0100
commit30f5180ca6c05ce62b2f7d2ef56b1ce04951aa84 (patch)
tree821931d27c344b34eb6071037edf5cd349758aec /libavformat/avformat.h
parent91a98cc4ead6d871053011dafb72458a4e75fa8b (diff)
lavf: move AVStream.probe_data to AVStreamInternal
Those are private fields, no reason to have them exposed in a public header.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
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;