workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2757 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-07 01:59:28 +00:00
parent f1ec01ad5f
commit 495bb26d1b
2 changed files with 4 additions and 1 deletions

View File

@ -220,5 +220,4 @@ void mpeg2_free_image_buffers (picture_t * picture);
#ifdef MPEG12_POSTPROC
#define MPEG2_MBC 120
#define MPEG2_MBR 72
extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
#endif

View File

@ -32,6 +32,10 @@ extern mc_functions_t mc_functions;
extern void (* idct_block_copy) (int16_t * block, uint8_t * dest, int stride);
extern void (* idct_block_add) (int16_t * block, uint8_t * dest, int stride);
#ifdef MPEG12_POSTPROC
extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
#endif
#include "vlc.h"
static int non_linear_quantizer_scale [] = {