[Android] libvlcjni: remove impossible (and not handled) case
Thomas Guillem
git at videolan.org
Thu May 19 18:49:29 CEST 2016
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 19 18:48:24 2016 +0200| [80f2753e49c1f8ded47592f2f40d06739edc49d8] | committer: Thomas Guillem
libvlcjni: remove impossible (and not handled) case
> https://code.videolan.org/videolan/vlc-android/commit/80f2753e49c1f8ded47592f2f40d06739edc49d8
---
libvlc/jni/libvlcjni-media.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libvlc/jni/libvlcjni-media.c b/libvlc/jni/libvlcjni-media.c
index bfb7d87..3f7ab06 100644
--- a/libvlc/jni/libvlcjni-media.c
+++ b/libvlc/jni/libvlcjni-media.c
@@ -359,8 +359,6 @@ media_track_to_object(JNIEnv *env, libvlc_media_track_t *p_tracks)
(jint)p_tracks->i_bitrate,
jlanguage,
jdescription);
- default:
- return NULL;
}
}
More information about the Android
mailing list