On Sat, Mar 28, 2020 at 22:12:45 +0100, Michael Niedermayer wrote:
> +        if (ctx->tex_size != (avctx->coded_width  / TEXTURE_BLOCK_W)
> +            *(avctx->coded_height / TEXTURE_BLOCK_H)
> +            *tex_rat[t]) {

It would be easier to recognize that this is a multiplication and not a
dereference, if the '*' wasn't attached to the right hand term.

But I do realize you only moved the block of code.

Moritz
_______________________________________________
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".

Reply via email to