From 108864acee1d7b0cde653cee113f3001f1b8915a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Oct 2020 09:22:36 +0200 Subject: lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal Those are private fields, no reason to have them exposed in a public header. --- libavformat/avformat.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2aea37443e..8c4ae9e6e5 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1109,19 +1109,6 @@ typedef struct AVStream { int64_t interleaver_chunk_size; 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. -- cgit v1.2.3