Commit d5c31403 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c46819f2'

* commit 'c46819f2':
  x86: Move constants to the only place where they are used

Conflicts:
	libavcodec/x86/vp3dsp.asm
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 398b9ed2 c46819f2
......@@ -33,7 +33,7 @@ vp3_idct_data: times 8 dw 64277
times 8 dw 25080
times 8 dw 12785
pb_7: times 8 db 7
pb_7: times 8 db 0x07
pb_1F: times 8 db 0x1f
pb_81: times 8 db 0x81
......
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