[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.73, Tue Sep 13 12:12:15 2005 UTC revision 1.74, Tue Sep 20 11:54:11 2005 UTC
# Line 1359  Line 1359 
1359        MACROBLOCK *mb = &dec->mbs[y * dec->mb_width + x];        MACROBLOCK *mb = &dec->mbs[y * dec->mb_width + x];
1360        MACROBLOCK *last_mb = &dec->last_mbs[y * dec->mb_width + x];        MACROBLOCK *last_mb = &dec->last_mbs[y * dec->mb_width + x];
1361        const int fcode_max = (fcode_forward>fcode_backward) ? fcode_forward : fcode_backward;        const int fcode_max = (fcode_forward>fcode_backward) ? fcode_forward : fcode_backward;
1362        uint32_t intra_dc_threshold; /* fake variable */        int intra_dc_threshold; /* fake variable */
1363    
1364        if (check_resync_marker(bs, fcode_max  - 1)) {        if (check_resync_marker(bs, fcode_max  - 1)) {
1365          int bound = read_video_packet_header(bs, dec, fcode_max - 1, &quant,          int bound = read_video_packet_header(bs, dec, fcode_max - 1, &quant,

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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