[vlc-devel] [PATCH] MediaCodec: correct field signature

Felix Abecassis felix.abecassis at gmail.com
Wed Feb 19 10:33:30 CET 2014


LGTM, thanks.


2014-02-19 9:59 GMT+01:00 Zhang Rui <bbcallen at gmail.com>:

> ---
>  modules/codec/omxil/android_mediacodec.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/modules/codec/omxil/android_mediacodec.c
> b/modules/codec/omxil/android_mediacodec.c
> index 9a38c24..74091db 100644
> --- a/modules/codec/omxil/android_mediacodec.c
> +++ b/modules/codec/omxil/android_mediacodec.c
> @@ -134,8 +134,8 @@ static const struct member members[] = {
>      { "getCapabilitiesForType",
> "(Ljava/lang/String;)Landroid/media/MediaCodecInfo$CodecCapabilities;",
> "android/media/MediaCodecInfo", OFF(get_capabilities_for_type), METHOD },
>
>      { "profileLevels",
> "[Landroid/media/MediaCodecInfo$CodecProfileLevel;",
> "android/media/MediaCodecInfo$CodecCapabilities",
> OFF(profile_levels_field), FIELD },
> -    { "profile", "I", "android.media.MediaCodecInfo$CodecProfileLevel",
> OFF(profile_field), FIELD },
> -    { "level", "I", "android.media.MediaCodecInfo$CodecProfileLevel",
> OFF(level_field), FIELD },
> +    { "profile", "I", "android/media/MediaCodecInfo$CodecProfileLevel",
> OFF(profile_field), FIELD },
> +    { "level", "I", "android/media/MediaCodecInfo$CodecProfileLevel",
> OFF(level_field), FIELD },
>
>      { "createByCodecName",
> "(Ljava/lang/String;)Landroid/media/MediaCodec;",
> "android/media/MediaCodec", OFF(create_by_codec_name), STATIC_METHOD },
>      { "configure",
> "(Landroid/media/MediaFormat;Landroid/view/Surface;Landroid/media/MediaCrypto;I)V",
> "android/media/MediaCodec", OFF(configure), METHOD },
> --
> 1.8.3.4
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Félix Abecassis
http://felix.abecassis.me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140219/136b3ae3/attachment.html>


More information about the vlc-devel mailing list