Skip to content
Snippets Groups Projects
Commit 973a690a authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Activate fast-seek

parent 42c599db
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,6 @@ public class VLCOptions {
options.add(new File(context.getDir("keystore", Context.MODE_PRIVATE), "file").getAbsolutePath());
options.add(verboseMode ? "-vv" : "-v");
return options;
}
......@@ -197,6 +196,7 @@ public class VLCOptions {
media.addOption(":no-video");
if (paused)
media.addOption(":start-paused");
media.addOption(":input-fast-seek");
}
@MainThread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment