[svn] / branches / release-1_0-branch / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/bitstream/bitstream.c

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

revision 1480, Fri Jul 9 14:54:28 2004 UTC revision 1555, Tue Oct 12 21:06:34 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.42.2.5 2004-07-09 14:54:28 syskin Exp $   * $Id: bitstream.c,v 1.42.2.6 2004-10-12 21:06:33 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 395  Line 395 
395          int32_t time_increment = 0;          int32_t time_increment = 0;
396          int resize = 0;          int resize = 0;
397    
398          do {          while ((BitstreamPos(bs) >> 3) + 4 <= bs->length) {
399    
400                  BitstreamByteAlign(bs);                  BitstreamByteAlign(bs);
401                  start_code = BitstreamShowBits(bs, 32);                  start_code = BitstreamShowBits(bs, 32);
# Line 1037  Line 1037 
1037                          BitstreamSkip(bs, 8);                          BitstreamSkip(bs, 8);
1038                  }                  }
1039          }          }
         while ((BitstreamPos(bs) >> 3) < bs->length);  
1040    
1041  #if 0  #if 0
1042          DPRINTF("*** WARNING: no vop_start_code found");          DPRINTF("*** WARNING: no vop_start_code found");

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

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