Commit 95bfa4ea authored by Ronald S. Bultje's avatar Ronald S. Bultje

h264: reindent get_cabac_bypass_sign_x86().

parent db025929
......@@ -116,7 +116,7 @@ static av_always_inline int get_cabac_bypass_sign_x86(CABACContext *c, int val)
"xor %%edx, %%ecx \n\t"
"sub %%edx, %%ecx \n\t"
"test %%ax, %%ax \n\t"
" jnz 1f \n\t"
"jnz 1f \n\t"
"mov %a4(%2), %1 \n\t"
"subl $0xFFFF, %%eax \n\t"
"movzwl (%1), %%edx \n\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment