diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-08 00:46:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-09 03:33:55 +0100 |
commit | 2e47df70c403ff561050e61bffb4df6837103355 (patch) | |
tree | d08db4b6d695b18dad01801a8c276ba38ed631a2 /libavformat | |
parent | 94dfea71ed370f8e27d99a26612793f7ed7dca46 (diff) | |
download | ffmpeg-2e47df70c403ff561050e61bffb4df6837103355.tar.gz |
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 4d016dd4e5b288b3c0c7396935326cb07a289ac2)
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 9e3302fa5f..2482b6d02b 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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 |