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:53:45 +0100
commitc1b916580ae92abca583d9afa2f9f64165292dd8 (patch)
tree4d9d2b9a3b671f444545bc48a96994088f74602e /libavformat/avformat.h
parent8741f1fe2663f0d5adeaa21c98d6b03cac9dbaa9 (diff)
lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} 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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 96b1767903..7cf4c2c915 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1198,18 +1198,6 @@ typedef struct AVStream {
uint8_t dts_misordered;
/**
- * Internal data to inject global side data
- */
- int inject_global_side_data;
-
- /**
- * display aspect ratio (0 if unknown)
- * - encoding: unused
- * - decoding: Set by libavformat to calculate sample_aspect_ratio internally
- */
- AVRational display_aspect_ratio;
-
- /**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.
*/