summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-05-01 23:43:58 -0300
committerJames Almer <jamrial@gmail.com>2021-05-07 09:27:22 -0300
commitf140239777270161bfdf3964bfb057b43ad66a1a (patch)
treebbfa0a75f8b7c685854656a8a2f9dabd198b39f3 /libavformat/avformat.h
parent7489f632815c98ad58c3db71d1a5239b5dae266c (diff)
avformat: move AVStream.stream_identifier to AVStreamInternal
It's a private field, no reason to have it exposed in a public header. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 647d1642fc..a28ac372da 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1004,13 +1004,6 @@ typedef struct AVStream {
int64_t cur_dts;
/**
- * Stream Identifier
- * This is the MPEG-TS stream identifier +1
- * 0 means unknown
- */
- int stream_identifier;
-
- /**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.
*/