ons 2023-09-06 klockan 02:35 +0200 skrev Paul B Mahol: > + if (avctx->height & 1) { > + for (j = 0; j < avctx->width + 1 >> 1; j++) {
Don't we usually wrap shifted expressions in parentheses? I know >> is lower presedence than + (a wtf in itself tbh) but I seem to recall parens being the norm in much of the codebase. /Tomas _______________________________________________ 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".