On Fri, Jan 3, 2020 at 5:28 PM James Almer <jamr...@gmail.com> wrote: > > On 1/3/2020 10:16 PM, James Zern wrote: > > Signed-off-by: James Zern <jz...@google.com> > > --- > > libavcodec/libvpxenc.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c > > index 3f659b4b67..0b8a070304 100644 > > --- a/libavcodec/libvpxenc.c > > +++ b/libavcodec/libvpxenc.c > > @@ -1041,8 +1041,7 @@ static int queue_frames(AVCodecContext *avctx, > > AVPacket *pkt_out) > > if (size < 0) > > return size; > > } else { > > - struct FrameListData *cx_frame = > > - av_malloc(sizeof(struct FrameListData)); > > + struct FrameListData *cx_frame = > > av_malloc(sizeof(*cx_frame)); > > > > if (!cx_frame) { > > av_log(avctx, AV_LOG_ERROR, > > LGTM
applied, thanks. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".