forked from FFmpeg/FFmpeg
h264: Use the correct argument context in debug log
This commit is contained in:
parent
4628443ca3
commit
10aa6f9db4
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ decode_intra_mb:
|
|||
sl->intra4x4_pred_mode_cache[scan8[i]] = decode_cabac_mb_intra4x4_pred_mode(sl, pred);
|
||||
|
||||
ff_dlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred,
|
||||
h->intra4x4_pred_mode_cache[scan8[i]]);
|
||||
sl->intra4x4_pred_mode_cache[scan8[i]]);
|
||||
}
|
||||
}
|
||||
write_back_intra_pred_mode(h, sl);
|
||||
|
|
Loading…
Add table
Reference in a new issue