summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-23 01:07:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-23 01:22:16 +0200
commita9f522d1b73f3726cc25c7daffcfccac94eee297 (patch)
tree57ecabda0d74a58ccdb58f2914de03adeb735773 /libavformat/avformat.h
parenta380f82c5335891a9d3ff939431366c48c0efc6d (diff)
lavf: document request_probe properly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 4 insertions, 1 deletions
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;