summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2011-02-08 00:46:51 +0200
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-08 18:25:11 -0500
commit4d016dd4e5b288b3c0c7396935326cb07a289ac2 (patch)
tree00eaadaa34a402a67503228115e6616f0222ca0b /libavformat/internal.h
parent6bd69e6adadf645fd07e909bebc150eab4b9c3c8 (diff)
lavf: update ff_probe_input_buffer documentation
It never reopens the bytestream anymore. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
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