On Fri, Jun 26, 2020 at 08:47:23 +0800, lance.lmw...@gmail.com wrote:
>      region->depth = 1 << (((*buf++) >> 2) & 7);
> -    if(region->depth<2 || region->depth>8){
> +    if (region->depth<2 || region->depth>8){
                                             ^^
You might as well fix this as well -> ") {".

> -        if(ctx->compute_edt == 1 )
> +        if (ctx->compute_edt == 1 )
                                   ^^^

And this.

;-)

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