Skip to content

Commit

Permalink
fix typo (thx phh)
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Sep 8, 2023
1 parent 062fb30 commit c80f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/libavosjni/libavos.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Java_com_archos_medialib_LibAvos_nativeSetPassthrough(JNIEnv *env, jobject thiz,
}

void
Java_com_archos_medialib_LibAvos_nativeSetHdmiSupoprtedAudioCodecs(JNIEnv *env, jobject thiz, jlong hdmi_audio_codecs_flag)
Java_com_archos_medialib_LibAvos_nativeSetHdmiSupportedAudioCodecs(JNIEnv *env, jobject thiz, jlong hdmi_audio_codecs_flag)
{
pthread_mutex_lock(&libavos.mtx);
libavos_set_hdmi_supported_audio_codecs(hdmi_audio_codecs_flag);
Expand Down

0 comments on commit c80f36f

Please sign in to comment.