mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavf: document request_probe properly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a380f82c53
commit
a9f522d1b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user