mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Revert "avcodec/dct32_template: fix typo"
This reverts commit 82c5f31789.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
This commit is contained in:
parent
82c5f31789
commit
90ccfdb65b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
#define COS3_0 FIXHR(0.54119610014619698439/2)
|
||||
#define COS3_1 FIXHR(1.30656296487637652785/4)
|
||||
|
||||
#define COS4_0 FIXHR(M_SQRT1_2)
|
||||
#define COS4_0 FIXHR(M_SQRT1_2/2)
|
||||
|
||||
/* butterfly operator */
|
||||
#define BF(a, b, c, s)\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue