summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-03-04 23:13:35 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-05 00:09:26 +0100
commit7c2e35d1d0f1626917a8b0fb56916f2ef929762d (patch)
tree49b2d07f80097696900e8058e3ee7d315ca1f1cf /libavformat/avformat.h
parentcca44764b9def05d90d051b24a84369f9891a460 (diff)
downloadffmpeg-streaming-7c2e35d1d0f1626917a8b0fb56916f2ef929762d.zip
ffmpeg-streaming-7c2e35d1d0f1626917a8b0fb56916f2ef929762d.tar.gz
avformat/avformat: improve the text about headerless formats in avformat_flush()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index e47df05..4211a95 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2138,8 +2138,9 @@ int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int
/**
* Discard all internally buffered data. This can be useful when dealing with
- * discontinuities in the byte stream. Generally works only with headerless
- * formats.
+ * discontinuities in the byte stream. Generally works only with formats that
+ * can resync. This includes headerless formats like MPEG-TS/TS but should also
+ * work with NUT, Ogg and in a limited way AVI for example.
*
* The set of streams, the detected duration, stream parameters and codecs do
* not change when calling this function. If you want a complete reset, it's
OpenPOWER on IntegriCloud