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:54:35 +0100
commit36d7c1dee8d1fa1d81130932d2df93a8866c535f (patch)
treea1a6a298c5c918d7e53546a014589d576e6ea0a3 /libavformat/avformat.h
parent25bade3258af48ba309cee5a0c668a8c70334d04 (diff)
lavf: move AVStream.pts_reorder_error[_count] 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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 158c025e4a..da07e8981e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1185,12 +1185,6 @@ typedef struct AVStream {
int update_initial_durations_done;
/**
- * Internal data to generate dts from pts
- */
- int64_t pts_reorder_error[MAX_REORDER_DELAY+1];
- uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1];
-
- /**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.
*/