Browse Source

h264: Use the correct argument context in debug log

tags/n3.0
Vittorio Giovara 10 years ago
parent
commit
10aa6f9db4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/h264_cabac.c

+ 1
- 1
libavcodec/h264_cabac.c 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);


Loading…
Cancel
Save