mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
cosmetics: indentation
Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e8d658df34
commit
3011c6f62e
@ -281,7 +281,7 @@ static int encode_frame(AVCodecContext * avctx, unsigned char *buf,
|
||||
return -1;
|
||||
}
|
||||
if (!is_yuv)
|
||||
s->bpp_tab_size = (s->bpp >> 3);
|
||||
s->bpp_tab_size = (s->bpp >> 3);
|
||||
|
||||
if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE || s->compr == TIFF_LZW)
|
||||
//best choose for DEFLATE
|
||||
|
Loading…
Reference in New Issue
Block a user