From a9f522d1b73f3726cc25c7daffcfccac94eee297 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 23 Sep 2012 01:07:15 +0200 Subject: [PATCH] lavf: document request_probe properly Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index b635ae7cf3..166fdbb228 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -809,7 +809,10 @@ typedef struct AVStream { unsigned int index_entries_allocated_size; /** - * flag to indicate that probing is requested + * stream probing state + * -1 -> probing finished + * 0 -> no probing requested + * rest -> perform probing with request_probe being the minimum score to accept. * NOT PART OF PUBLIC API */ int request_probe;