summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-07 01:15:02 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-07 01:15:02 +0000
commit9105f8efa7f24b914144670038451720487c9606 (patch)
treea18906bc780759067a794879321e49f7047e163e /libmpeg2/mpeg2_internal.h
parent00adcf3a046ce692058bf8d1967ac9fcc06b74c7 (diff)
downloadmpv-9105f8efa7f24b914144670038451720487c9606.tar.bz2
mpv-9105f8efa7f24b914144670038451720487c9606.tar.xz
updated to libmpeg2-0.2.1-CVS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@50 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index ed278cc786..8eb3e924da 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -84,6 +84,7 @@ typedef struct picture_s {
int quantizer_scale; /* remove */
int current_field; /* remove */
+ int v_offset; /* remove */
/* now non-slice-specific information */
@@ -103,8 +104,6 @@ typedef struct picture_s {
/* picture coding extension stuff */
- /* quantization factor for motion vectors */
- int f_code[2][2];
/* quantization factor for intra dc coefficients */
int intra_dc_precision;
/* top/bottom/both fields */