diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/jrevdct.c')
-rw-r--r-- | src/libffmpeg/libavcodec/jrevdct.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/jrevdct.c b/src/libffmpeg/libavcodec/jrevdct.c index 246f1b190..3ba91543d 100644 --- a/src/libffmpeg/libavcodec/jrevdct.c +++ b/src/libffmpeg/libavcodec/jrevdct.c @@ -1166,4 +1166,5 @@ void j_rev_dct(DCTBLOCK data) } } - +#undef FIX +#undef CONST_BITS |