On Tue, Mar 30, 2021 at 11:23 AM Jan Ekström <[email protected]> wrote: > > + if (style->margin_l < 0 || style->margin_r < 0 || style->margin_v < 0) { > + av_log(avctx, AV_LOG_ERROR, > + "One or more negative margin values in subtitle style: " > + "left: %d, right: %d, vertical: %d!\n", > + style->margin_l, style->margin_r, style->margin_v); > + }
Just as I was sending this patch set, I noticed that this missed a return. Fixed locally. Jan _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
