mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
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:
parent
f1ec01ad5f
commit
495bb26d1b
@ -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
|
||||
|
@ -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 [] = {
|
||||
|
Loading…
Reference in New Issue
Block a user