diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-08 22:39:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-28 22:18:57 +0200 |
commit | e31db621bf0037b9079bff996d34f4163f4b3c16 (patch) | |
tree | 7cb829994b3c528b7d723bb5f81bc8c013b758a8 /doc/formats.texi | |
parent | 90411f7ed669d2f823468c4157647d73b0b28ebe (diff) | |
download | ffmpeg-e31db621bf0037b9079bff996d34f4163f4b3c16.tar.gz |
avformat: export probe score
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index e1797551ee..de6cb76fe4 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -137,6 +137,10 @@ non-monotonic negative timestamps. Flush the underlying I/O stream after each packet. Default 1 enables it, and has the effect of reducing the latency; 0 disables it and may slightly increase performance in some cases. + +@item probe_score @var{integer} (@emph{input}) +This field is only accessible programatically, its value represents the score +by which the format was detected. @end table @c man end FORMAT OPTIONS |