summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-23 19:34:00 -0300
committerJames Almer <jamrial@gmail.com>2017-03-23 19:34:00 -0300
commit40fa9d416a2597b1f8a1b9096bfaf05ad367999c (patch)
treeff02be2dcaa50d702d7f93359b371b5f3bbacd3f /libavformat/internal.h
parent380448194fb490e2bb28f454ca44b034fb8d0c5f (diff)
Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"
This reverts commit 1c193ac1f9cfe703d6a1c36795f309ba5d14bf6e, reversing changes made to 7ebc9f8df4035ecaa84ad4429480986e3e7597ae. Several FATE tests started failing after this merge, so it's reverted until it can be properly fixed.
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)
*/