mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
lavc/h265_metadata_bsf: Fix parameter ordering
Fixes CID 1452433.
This commit is contained in:
parent
bf0ab6e9c4
commit
5392982241
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user