Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
3c8541c3
Commit
3c8541c3
authored
Jan 28, 2014
by
Rafaël Carré
Browse files
Don't set lua-specific options until we actually ship lua
parent
ea794400
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/jni/libvlcjni.c
View file @
3c8541c3
...
...
@@ -266,10 +266,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
"--no-stats"
,
"--no-plugins-cache"
,
"--no-drop-late-frames"
,
/* The VLC default is to pick the highest resolution possible
* (i.e. 1080p). For mobile, pick a more sane default for slow
* mobile data networks and slower hardware. */
"--preferred-resolution"
,
"360"
,
"--avcodec-fast"
,
"--subsdec-encoding"
,
subsencodingstr
,
enable_time_stretch
?
"--audio-time-stretch"
:
"--no-audio-time-stretch"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment