On Fri, Jun 26, 2020 at 08:47:23 +0800, [email protected] 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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".