[svn] / trunk / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/bitstream/bitstream.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1466, Mon May 31 21:36:23 2004 UTC revision 1480, Fri Jul 9 14:54:28 2004 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: bitstream.c,v 1.44 2004-05-31 21:36:23 edgomez Exp $   * $Id: bitstream.c,v 1.45 2004-07-09 14:52:56 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 71  Line 71 
71                  matrix[scan_tables[0][i++]] = value;                  matrix[scan_tables[0][i++]] = value;
72          }          }
73          while (value != 0 && i < 64);          while (value != 0 && i < 64);
         i--;    /* fix little bug at coeff not full */  
74    
75            if (value != 0) return;
76    
77            i--;
78          while (i < 64) {          while (i < 64) {
79                  matrix[scan_tables[0][i++]] = last;                  matrix[scan_tables[0][i++]] = last;
80          }          }

Legend:
Removed from v.1466  
changed lines
  Added in v.1480

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4