summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2aea37443e..8c4ae9e6e5 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1110,19 +1110,6 @@ typedef struct AVStream {
int64_t interleaver_chunk_duration;
/**
- * stream probing state
- * -1 -> probing finished
- * 0 -> no probing requested
- * rest -> perform probing with request_probe being the minimum score to accept.
- */
- int request_probe;
- /**
- * Indicates that everything up to the next keyframe
- * should be discarded.
- */
- int skip_to_keyframe;
-
- /**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.
*/