[Android] libvlc: Media: fix method name
Thomas Guillem
git at videolan.org
Thu May 28 11:20:05 CEST 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 28 11:04:40 2015 +0200| [ef004cb29e06bec3beb57f48166db5761e6b2460] | committer: Thomas Guillem
libvlc: Media: fix method name
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ef004cb29e06bec3beb57f48166db5761e6b2460
---
libvlc/src/org/videolan/libvlc/Media.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvlc/src/org/videolan/libvlc/Media.java b/libvlc/src/org/videolan/libvlc/Media.java
index 766e6e9..a15a71f 100644
--- a/libvlc/src/org/videolan/libvlc/Media.java
+++ b/libvlc/src/org/videolan/libvlc/Media.java
@@ -453,7 +453,7 @@ public class Media extends VLCObject {
*
* @param option ":option" or ":option=value"
*/
- public synchronized void AddOption(String option) {
+ public synchronized void addOption(String option) {
nativeAddOption(option);
}
More information about the Android
mailing list