--- decoder.c 2010/08/10 14:17:23 1.82 +++ decoder.c 2010/11/12 10:10:40 1.84 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: decoder.c,v 1.82 2010/08/10 14:17:23 Isibaar Exp $ + * $Id: decoder.c,v 1.84 2010/11/12 10:10:40 Isibaar Exp $ * ****************************************************************************/ @@ -199,7 +199,7 @@ if (create->fourcc == ((int)('X')|((int)('V')<<8)| ((int)('I')<<16)|((int)('D')<<24))) { /* XVID */ - dec->bs_version = 1; /* Initially assume oldest xvid version */ + dec->bs_version = 0; /* Initially assume oldest xvid version */ } else { dec->bs_version = 0xffff; /* Initialize to very high value -> assume bugfree stream */ @@ -1660,7 +1660,7 @@ goto repeat; } - dec->p_bmv.x = dec->p_bmv.y = dec->p_fmv.y = dec->p_fmv.y = 0; /* init pred vector to 0 */ + dec->p_bmv.x = dec->p_bmv.y = dec->p_fmv.x = dec->p_fmv.y = 0; /* init pred vector to 0 */ /* packed_mode: special-N_VOP treament */ if (dec->packed_mode && coding_type == N_VOP) {