summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-07 01:59:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-07 01:59:28 +0000
commit495bb26d1b8dd0479139bbfe74874782e315bc95 (patch)
treef0deeed5381c8739bb5a6e05d6bbb98b6596fa5f /libmpeg2/mpeg2_internal.h
parentf1ec01ad5f967f2e22cadc98d8f7cfaf36dee87b (diff)
downloadmpv-495bb26d1b8dd0479139bbfe74874782e315bc95.tar.bz2
mpv-495bb26d1b8dd0479139bbfe74874782e315bc95.tar.xz
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
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 55b0ba2a01..b08fa217ed 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -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