summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index c856945ce9..63a1724cfa 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -178,15 +178,6 @@ struct AVStreamInternal {
enum AVCodecID orig_codec_id;
- /* the context for extracting extradata in find_stream_info()
- * inited=1/bsf=NULL signals that extracting is not possible (codec not
- * supported) */
- struct {
- AVBSFContext *bsf;
- AVPacket *pkt;
- int inited;
- } extract_extradata;
-
/**
* Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar)
*/