Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-04-22 13:24:41 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 23:27:05 +0300
commit748d4816d92c735f662c7ac299e79ff0f6fe252e (patch)
tree2431ce310f2b9ed6741e3605afccb6203a333776 /doc/formats.texi
parentd02d04a18f300ebe97319ca6e91fc943cb14f58b (diff)
avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r--doc/formats.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/formats.texi b/doc/formats.texi
index cbbdc1032c..aa39d4bdef 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -37,6 +37,8 @@ Possible values:
@table @samp
@item ignidx
Ignore index.
+@item fastseek
+Enable fast, but inaccurate seeks for some formats.
@item genpts
Generate PTS.
@item nofillin