Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
89054d79
Commit
89054d79
authored
Apr 15, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No spu and no OSD when doing the thumbnails
parent
3c07f208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vlc-android/jni/thumbnailer.c
vlc-android/jni/thumbnailer.c
+2
-0
No files found.
vlc-android/jni/thumbnailer.c
View file @
89054d79
...
...
@@ -141,6 +141,8 @@ jbyteArray Java_org_videolan_vlc_LibVLC_getThumbnail(JNIEnv *env, jobject thiz,
goto
end
;
}
libvlc_media_add_option
(
m
,
":no-audio"
);
libvlc_media_add_option
(
m
,
":no-spu"
);
libvlc_media_add_option
(
m
,
":no-osd"
);
libvlc_media_player_set_media
(
sys
->
mp
,
m
);
libvlc_media_release
(
m
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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