[FFmpeg-devel] [PATCH 07/14] mediacodec: check whether cropping is set before use

Matthieu Bouron matthieu.bouron at gmail.com
Sat Dec 16 11:12:53 EET 2017


On Sat, Dec 16, 2017 at 01:40:18PM +0800, Wang Bin wrote:
> > > +        width = s->crop_right + 1 - s->crop_left;
> > > +    else
> > > +        width = s->width;
> > >
> > >      av_log(avctx, AV_LOG_INFO,
> > >          "Output crop parameters top=%d bottom=%d left=%d right=%d, "
> >
> > On which device does this happen ?
> 
> 
> None of my devices have such problem. It happens if replace jni by ndk
> mediacodec functions(maybe another patch later). original code:
> https://github.com/aosp-mirror/platform_frameworks_base/blob/master/media/java/android/media/MediaCodec.java#L190

OK. I will soon apply the patch.

I'm however not in favor of replacing the MediaCodec jni code by its ndk
counterpart now as it would drop compatibility with Android 4.4.

-- 
Matthieu B.


More information about the ffmpeg-devel mailing list