Commit a9f522d1 authored by Michael Niedermayer's avatar Michael Niedermayer

lavf: document request_probe properly

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a380f82c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment