comparison vm.c @ 106:e984044bbe7b src

port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of libdvdnav
author mroi
date Wed, 23 Oct 2002 11:38:09 +0000
parents f885a4cb7bce
children f41eae322bd1
comparison
equal deleted inserted replaced
105:0a0a749038ff 106:e984044bbe7b
1739 assert( (vm->state.TTN_REG) != 0 ); 1739 assert( (vm->state.TTN_REG) != 0 );
1740 (vm->state).VTS_TTN_REG = vts_ttn; 1740 (vm->state).VTS_TTN_REG = vts_ttn;
1741 (vm->state).vtsN = vtsN; /* Not sure about this one. We can get to it easily from TTN_REG */ 1741 (vm->state).vtsN = vtsN; /* Not sure about this one. We can get to it easily from TTN_REG */
1742 /* Any other registers? */ 1742 /* Any other registers? */
1743 1743
1744 res = set_PGC(vm, pgcN); // This clobber's state.pgN (sets it to 1), but we don't want clobbering here. 1744 res = set_PGC(vm, pgcN); /* This clobber's state.pgN (sets it to 1), but we don't want clobbering here. */
1745 (vm->state).pgN = pgN; /* Part?? */ 1745 (vm->state).pgN = pgN; /* Part?? */
1746 return res; 1746 return res;
1747 } 1747 }
1748 1748
1749 1749
1986 return pgcit; 1986 return pgcit;
1987 } 1987 }
1988 1988
1989 /* 1989 /*
1990 * $Log$ 1990 * $Log$
1991 * Revision 1.37 2002/10/23 11:38:09 mroi
1992 * port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of
1993 * libdvdnav
1994 *
1991 * Revision 1.36 2002/09/22 11:53:32 mroi 1995 * Revision 1.36 2002/09/22 11:53:32 mroi
1992 * small output beautification 1996 * small output beautification
1993 * 1997 *
1994 * Revision 1.35 2002/09/17 11:00:22 jcdutton 1998 * Revision 1.35 2002/09/17 11:00:22 jcdutton
1995 * First patch for personalized dvd viewing. I have not tested it yet. 1999 * First patch for personalized dvd viewing. I have not tested it yet.