comparison mpegvideo.h @ 154:f914f710b8d0 libavcodec

- Fixed a bug on H.263 MV prediction for MB on GOBs limits. - Now we can decode H.263v1 streams found on QT without problems.
author pulento
date Mon, 12 Nov 2001 05:19:55 +0000
parents ae0516eadae2
children de80712db90b
comparison
equal deleted inserted replaced
153:acbd3bc999b3 154:f914f710b8d0
127 int I_frame_bits; /* wanted number of bits per I frame */ 127 int I_frame_bits; /* wanted number of bits per I frame */
128 int P_frame_bits; /* same for P frame */ 128 int P_frame_bits; /* same for P frame */
129 INT64 wanted_bits; 129 INT64 wanted_bits;
130 INT64 total_bits; 130 INT64 total_bits;
131 131
132 /* H.263 specific */
133 int gob_number;
134 int first_gob_line;
135
132 /* H.263+ specific */ 136 /* H.263+ specific */
133 int umvplus; 137 int umvplus;
134 int umvplus_dec; 138 int umvplus_dec;
135 139
136 /* mpeg4 specific */ 140 /* mpeg4 specific */