提交 53929822 编写于 作者: M Mark Thompson

lavc/h265_metadata_bsf: Fix parameter ordering

Fixes CID 1452433.
上级 bf0ab6e9
......@@ -131,7 +131,7 @@ static void h265_metadata_guess_level(AVBSFContext *bsf,
}
desc = ff_h265_guess_level(ptl, bit_rate, width, height,
0, tile_cols, tile_rows,
0, tile_rows, tile_cols,
max_dec_pic_buffering);
if (desc) {
av_log(bsf, AV_LOG_DEBUG, "Stream appears to conform to "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册