[FFmpeg-devel] [PATCH 3/6] avcodec/dvbsubdec: Cosmetics
Moritz Barsnick
barsnick at gmx.net
Fri Jun 26 11:48:23 EEST 2020
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 )
^^^
And this.
;-)
Moritz
More information about the ffmpeg-devel
mailing list