h264: Use the correct argument context in debug log

This commit is contained in:
Vittorio Giovara 2015-10-02 12:43:41 +02:00
parent 4628443ca3
commit 10aa6f9db4
1 changed files with 1 additions and 1 deletions

View File

@ -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);