lavc/h265_metadata_bsf: Fix parameter ordering

Fixes CID 1452433.
pull/343/head
Mark Thompson 5 years ago
parent bf0ab6e9c4
commit 5392982241
  1. 2
      libavcodec/h265_metadata_bsf.c

@ -131,7 +131,7 @@ static void h265_metadata_guess_level(AVBSFContext *bsf,
} }
desc = ff_h265_guess_level(ptl, bit_rate, width, height, desc = ff_h265_guess_level(ptl, bit_rate, width, height,
0, tile_cols, tile_rows, 0, tile_rows, tile_cols,
max_dec_pic_buffering); max_dec_pic_buffering);
if (desc) { if (desc) {
av_log(bsf, AV_LOG_DEBUG, "Stream appears to conform to " av_log(bsf, AV_LOG_DEBUG, "Stream appears to conform to "

Loading…
Cancel
Save