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:55:53 +0100
commitcb46a6bcbcb85b3910cc0cce78399686ab8efff6 (patch)
tree47709e77ce7cd376f91374fe3248d1dc0802b521 /libavformat/avformat.h
parent323c9a8c523d772d7439cf386749f0243fecfa9a (diff)
lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} 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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d652be9ab9..2b42fb7fad 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1152,17 +1152,6 @@ typedef struct AVStream {
int64_t last_discard_sample;
/**
- * Number of internally decoded frames, used internally in libavformat, do not access
- * its lifetime differs from info which is why it is not in that structure.
- */
- int nb_decoded_frames;
-
- /**
- * Timestamp offset added to timestamps before muxing
- */
- int64_t mux_ts_offset;
-
- /**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.
*/