diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-23 01:07:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-23 01:22:16 +0200 |
commit | a9f522d1b73f3726cc25c7daffcfccac94eee297 (patch) | |
tree | 57ecabda0d74a58ccdb58f2914de03adeb735773 /libavformat/avformat.h | |
parent | a380f82c5335891a9d3ff939431366c48c0efc6d (diff) | |
download | ffmpeg-a9f522d1b73f3726cc25c7daffcfccac94eee297.tar.gz |
lavf: document request_probe properly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 5 |
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; |