On Fri, Jun 26, 2020 at 10:48:23AM +0200, Moritz Barsnick wrote: > 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 ) > ^^^
Good catch, I'm search if(, so haven't change others yet. Will fix them also. > > 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". -- Thanks, Limin Wang _______________________________________________ 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".