From: Anssi Hannula Date: Mon, 7 Feb 2011 22:46:51 +0000 (+0200) Subject: lavf: update ff_probe_input_buffer documentation X-Git-Tag: android-x86-4.4-r1~12310^2~2289 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4d016dd4e5b288b3c0c7396935326cb07a289ac2;p=android-x86%2Fexternal-ffmpeg.git lavf: update ff_probe_input_buffer documentation It never reopens the bytestream anymore. Signed-off-by: Ronald S. Bultje --- 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