Commit 4d016dd4 authored by Anssi Hannula's avatar Anssi Hannula Committed by Ronald S. Bultje

lavf: update ff_probe_input_buffer documentation

It never reopens the bytestream anymore.
Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 6bd69e6a
......@@ -88,7 +88,7 @@ uint64_t ff_ntp_time(void);
* attempt is made. When the maximum probe size is reached, the input format
* with the highest score is returned.
*
* @param pb the bytestream to probe, it may be closed and opened again
* @param pb the bytestream to probe
* @param fmt the input format is put here
* @param filename the filename of the stream
* @param logctx the log context
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment