mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 in the inner loop.
Originally committed as revision 25545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -44,7 +44,7 @@ typedef struct MJpegDecodeContext {
|
||||
uint8_t *buffer;
|
||||
|
||||
int16_t quant_matrixes[4][64];
|
||||
VLC vlcs[2][4];
|
||||
VLC vlcs[3][4];
|
||||
int qscale[4]; ///< quantizer scale calculated from quant_matrixes
|
||||
|
||||
int org_height; /* size given at codec init */
|
||||
|
Reference in New Issue
Block a user