This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
remove unused constant definition
Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet
18 years ago
parent
995a30c06b
commit
64e26e8c27
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/mpegvideo.c
+ 0
- 3
libavcodec/mpegvideo.c
View File
@@ -79,9 +79,6 @@ void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_e
//#define DEBUG
/* for jpeg fast DCT */
#define CONST_BITS 14
#ifdef CONFIG_ENCODERS
static const uint16_t aanscales[64] = {
/* precomputed values scaled up by 14 bits */
Write
Preview
Loading…
Cancel
Save