Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes: > > - if (ret < 0) > > - return ret; > > + if (!pal) > > + return AVERROR(ENOMEM) ; > > Looks good to me except for the extra space before the ; Removed the space and pushed. Thank you, Carl Eugen