diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-31 15:18:01 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-03 06:04:57 +0200 |
commit | 5e947cc320754885f00fba47bc6dd1e201e86ee1 (patch) | |
tree | 9007cacd798040abffc28cfa6d153e66a2f20102 /libpostproc/postprocess.c | |
parent | 435be31ef5e77d58a6c93df77cc3de615c3e137d (diff) | |
download | ffmpeg-5e947cc320754885f00fba47bc6dd1e201e86ee1.tar.gz |
postproc/postprocess: Remove unused b02
The line which appears to be using it was always commented out
(since it has been added in 70c5ae870bf2ed776c82f8d8192e3c2db720b8e9).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r-- | libpostproc/postprocess.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 015bc9d501..fd74f5c72c 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -101,7 +101,6 @@ DECLARE_ASM_CONST(8, uint64_t, w04)= 0x0004000400040004LL; DECLARE_ASM_CONST(8, uint64_t, w20)= 0x0020002000200020LL; DECLARE_ASM_CONST(8, uint64_t, b00)= 0x0000000000000000LL; DECLARE_ASM_CONST(8, uint64_t, b01)= 0x0101010101010101LL; -DECLARE_ASM_CONST(8, uint64_t, b02)= 0x0202020202020202LL; DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL; DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL; #endif |