Re: [FFmpeg-devel] [PATCHv4] mpeg4video: Add support for MPEG-4 Simple Studio Profile.

2018-02-10 Thread Carl Eugen Hoyos
2018-02-10 16:36 GMT+01:00 Kieran Kunhya : > $subj. Still depends on simple_idct template patch > +FF_ALLOCZ_OR_GOTO(s->avctx, s->block32, 64 * 12 * sizeof(int32_t), fail) I believe this should be sizeof(variable). > +} > +else { Since this is still unusual i

Re: [FFmpeg-devel] [PATCHv4] mpeg4video: Add support for MPEG-4 Simple Studio Profile.

2018-02-10 Thread Michael Niedermayer
On Sat, Feb 10, 2018 at 03:36:21PM +, Kieran Kunhya wrote: > $subj. Still depends on simple_idct template patch > > Fixes crashes in ER [...] > diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h > index 0ba502d50b..3c9ec4ac42 100644 > --- a/libavcodec/mpeg4video.h > +++ b/libavcode

[FFmpeg-devel] [PATCHv4] mpeg4video: Add support for MPEG-4 Simple Studio Profile.

2018-02-10 Thread Kieran Kunhya
$subj. Still depends on simple_idct template patch Fixes crashes in ER 0001-mpeg4video-Add-support-for-MPEG-4-Simple-Studio-Prof.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm