summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-05-01 23:35:45 -0300
committerJames Almer <jamrial@gmail.com>2021-05-07 09:27:21 -0300
commit7489f632815c98ad58c3db71d1a5239b5dae266c (patch)
treecedaa1ac51cbbc80432d52ec1ea77f49694288ab /libavformat/avformat.h
parentb9c5fdf6027010d15ee90a43aa023e45a5189097 (diff)
avformat: move AVStream.codec_info_nb_frames 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 441ee517b1..647d1642fc 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1004,11 +1004,6 @@ typedef struct AVStream {
int64_t cur_dts;
/**
- * Number of frames that have been demuxed during avformat_find_stream_info()
- */
- int codec_info_nb_frames;
-
- /**
* Stream Identifier
* This is the MPEG-TS stream identifier +1
* 0 means unknown