[vlc-devel] [PATCH 1/4] mediacodec: disambiguate error message (same as below)

Martin Storsjö martin at martin.st
Sun Feb 9 21:57:20 CET 2014


On Sun, 9 Feb 2014, Felix Abecassis wrote:

> ---
> modules/codec/omxil/android_mediacodec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/codec/omxil/android_mediacodec.c b/modules/codec/omxil/android_mediacodec.c
> index e7109d2..d3eedc1 100644
> --- a/modules/codec/omxil/android_mediacodec.c
> +++ b/modules/codec/omxil/android_mediacodec.c
> @@ -362,7 +362,7 @@ static int OpenDecoder(vlc_object_t *p_this)
>             // Configure MediaCodec with the Android surface.
>             (*env)->CallVoidMethod(env, p_sys->codec, p_sys->configure, format, surf, NULL, 0);
>             if ((*env)->ExceptionOccurred(env)) {
> -                msg_Warn(p_dec, "Exception occurred in MediaCodec.configure");
> +                msg_Warn(p_dec, "Exception occurred in MediaCodec.configure with an output surface.");
>                 (*env)->ExceptionClear(env);
>                 goto error;
>             }
> -- 
> 1.8.3.2

Ok

// Martin



More information about the vlc-devel mailing list