[cvs] / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/decoder.c

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

revision 1.86, Fri Dec 24 13:49:58 2010 UTC revision 1.87, Tue Dec 28 19:19:43 2010 UTC
# Line 1413  Line 1413 
1413          int bound = read_video_packet_header(bs, dec, resync_len, &quant,          int bound = read_video_packet_header(bs, dec, resync_len, &quant,
1414                             &fcode_forward, &fcode_backward, &intra_dc_threshold);                             &fcode_forward, &fcode_backward, &intra_dc_threshold);
1415    
1416                  bound = MAX(0, bound--); /* valid bound must always be >0 */                  bound = MAX(0, bound-1); /* valid bound must always be >0 */
1417          x = bound % dec->mb_width;          x = bound % dec->mb_width;
1418          y = MIN((bound / dec->mb_width), (dec->mb_height-1));          y = MIN((bound / dec->mb_width), (dec->mb_height-1));
1419          /* reset predicted macroblocks */          /* reset predicted macroblocks */

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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