summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
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;