Message ID | 1596017461-9117-4-git-send-email-yinshiyou-hf@loongson.cn |
---|---|
State | Accepted |
Commit | 1563b4b4c615e2264c2d302b97b1d507e153255c |
Headers | show |
Series | : Adapt clang compiler for mips. | expand |
Context | Check | Description |
---|---|---|
andriy/default | pending | |
andriy/make | success | Make finished |
andriy/make_fate | success | Make fate finished |
diff --git a/libavcodec/mips/cabac.h b/libavcodec/mips/cabac.h index c595915..3d09e93 100644 --- a/libavcodec/mips/cabac.h +++ b/libavcodec/mips/cabac.h @@ -109,7 +109,7 @@ static av_always_inline int get_cabac_inline_mips(CABACContext *c, [lps_off]"i"(H264_LPS_RANGE_OFFSET), [mlps_off]"i"(H264_MLPS_STATE_OFFSET + 128), [norm_off]"i"(H264_NORM_SHIFT_OFFSET), - [cabac_mask]"i"(CABAC_MASK) + [cabac_mask]"r"(CABAC_MASK) : "memory" );