Browse Source

lavf: document request_probe properly

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 12 years ago
parent
commit
a9f522d1b7
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libavformat/avformat.h

+ 4
- 1
libavformat/avformat.h 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;


Loading…
Cancel
Save