[FFmpeg-devel] [PATCH 3/6] avcodec/dvbsubdec: Cosmetics

lance.lmwang at gmail.com lance.lmwang at gmail.com
Fri Jun 26 12:14:19 EEST 2020


On Fri, Jun 26, 2020 at 10:48:23AM +0200, Moritz Barsnick wrote:
> On Fri, Jun 26, 2020 at 08:47:23 +0800, lance.lmwang at 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 at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".

-- 
Thanks,
Limin Wang


More information about the ffmpeg-devel mailing list