lavc/vvc_parser: small cleanup for style
small cleanup for style, redundant semicolons, goto labels, in FFmpeg, we put goto labels at brace level. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
57f252b2d1
commit
bfbf0f4e82
@ -173,7 +173,7 @@ static void set_parser_ctx(AVCodecParserContext *s, AVCodecContext *avctx,
|
||||
h266_sub_width_c[sps->sps_chroma_format_idc];
|
||||
s->height = pps->pps_pic_height_in_luma_samples -
|
||||
(pps->pps_conf_win_top_offset + pps->pps_conf_win_bottom_offset) *
|
||||
h266_sub_height_c[sps->sps_chroma_format_idc];;
|
||||
h266_sub_height_c[sps->sps_chroma_format_idc];
|
||||
|
||||
avctx->profile = sps->profile_tier_level.general_profile_idc;
|
||||
avctx->level = sps->profile_tier_level.general_level_idc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user