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 14:58:28 +0100
commit7e87288f73242dac6344e65f892569102893fac0 (patch)
tree94ed44775f807c8e73d6f8447e44a65a5dee7399 /libavformat/avformat.h
parent108864acee1d7b0cde653cee113f3001f1b8915a (diff)
lavf: move AVStream.interleaver_chunk_* 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8c4ae9e6e5..ae32f78393 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1106,9 +1106,6 @@ typedef struct AVStream {
int pmt_version;
int pmt_stream_idx;
- int64_t interleaver_chunk_size;
- int64_t interleaver_chunk_duration;
-
/**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.