lavf: document request_probe properly

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-09-23 01:07:15 +02:00
parent a380f82c53
commit a9f522d1b7
1 changed files with 4 additions and 1 deletions

View File

@ -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;