]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mips/cabac.h
avformat/chromaprint: improve logging message
[ffmpeg] / libavcodec / mips / cabac.h
index 82cee29d732dcb41582eda392306b888af292651..2a05e5ab3cc679c3f4354a052b512c3a4be23a93 100644 (file)
@@ -72,7 +72,7 @@ static av_always_inline int get_cabac_inline(CABACContext *c,
 
         "and          %[tmp0],       %[c_low],       %[cabac_mask] \n\t"
         "bnez         %[tmp0],       1f                            \n\t"
-        PTR_ADDI     "%[tmp0],       %[c_low],       -0X01         \n\t"
+        PTR_ADDIU    "%[tmp0],       %[c_low],       -0x01         \n\t"
         "xor          %[tmp0],       %[c_low],       %[tmp0]       \n\t"
         PTR_SRA      "%[tmp0],       %[tmp0],        0x0f          \n\t"
         PTR_ADDU     "%[tmp0],       %[tmp0],        %[tables]     \n\t"