summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-26 21:54:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-26 22:33:01 +0200
commit52887aa409bf61ae949bf7b212cf9209feb14783 (patch)
tree9edb59e367236fbeaf3fac68236fa567e03550ba /libavformat/avformat.h
parent60ef61242c331e04a1561db02ee8b630f929d3d4 (diff)
avformat: move default for max_analyze_duration into utils.c
this way we can do better tha a single fixed constant value Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5ca6f5aa0f..2103f50e57 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1291,6 +1291,7 @@ typedef struct AVFormatContext {
* Maximum duration (in AV_TIME_BASE units) of the data read
* from input in avformat_find_stream_info().
* Demuxing only, set by the caller before avformat_find_stream_info().
+ * Can be set to 0 to let avformat choose using a heuristic.
*/
int max_analyze_duration;