You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf: update ff_probe_input_buffer documentation
It never reopens the bytestream anymore.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 4d016dd4e5
)
This commit is contained in:
committed by
Michael Niedermayer
parent
94dfea71ed
commit
2e47df70c4
@@ -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
|
||||
|
Reference in New Issue
Block a user