mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +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;
|
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
|
* NOT PART OF PUBLIC API
|
||||||
*/
|
*/
|
||||||
int request_probe;
|
int request_probe;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user