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

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

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

revision 1638, Tue Sep 20 11:51:40 2005 UTC revision 1639, Tue Sep 20 11:54:11 2005 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: decoder.c,v 1.73 2005-09-13 12:12:15 suxen_drol Exp $   * $Id: decoder.c,v 1.74 2005-09-20 11:54:11 suxen_drol Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# 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.1638  
changed lines
  Added in v.1639

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