diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-02-04 11:41:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-07 17:48:14 +0100 |
commit | ed450d4acfc9fea0dae2df2b0a543ec0d602d31a (patch) | |
tree | 8228bf68a0ede5d53dc1c24c8a02bc804634998c /libavcodec/x86/vp3dsp.asm | |
parent | ac923ed47002092e16e3fbd252f607e1d68a9106 (diff) | |
download | ffmpeg-ed450d4acfc9fea0dae2df2b0a543ec0d602d31a.tar.gz |
x86: lavc: share more constant through defines
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/vp3dsp.asm')
-rw-r--r-- | libavcodec/x86/vp3dsp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm index 7ad4c3179b..ee5a6bf67a 100644 --- a/libavcodec/x86/vp3dsp.asm +++ b/libavcodec/x86/vp3dsp.asm @@ -36,11 +36,11 @@ vp3_idct_data: times 8 dw 64277 pb_7: times 8 db 0x07 pb_1F: times 8 db 0x1f pb_81: times 8 db 0x81 -pb_FE: times 8 db 0xFE cextern pb_1 cextern pb_3 cextern pb_80 +cextern pb_FE cextern pw_8 |