1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 18:42:09 +00:00

768x576 crash fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@830 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-17 22:18:45 +00:00
parent 6560e5ac9f
commit ec30fc3e24

View File

@ -214,7 +214,7 @@ int slice_process (picture_t *picture, uint8_t code, uint8_t * buffer);
void stats_header (uint8_t code, uint8_t * buffer);
#ifdef MPEG12_POSTPROC
#define MBC 45
#define MBC 48
#define MBR 36
extern int quant_store[MBR+1][MBC+1]; // [Review]
#endif