OSDN Git Service

lavf: update ff_probe_input_buffer documentation
authorAnssi Hannula <anssi.hannula@iki.fi>
Mon, 7 Feb 2011 22:46:51 +0000 (00:46 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Feb 2011 23:25:11 +0000 (18:25 -0500)
It never reopens the bytestream anymore.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/internal.h

index 9e3302f..2482b6d 100644 (file)
@@ -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