[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 2177, Sun Nov 3 11:50:49 2019 UTC revision 2178, Wed Nov 6 10:33:01 2019 UTC
# Line 1666  Line 1666 
1666      goto repeat;      goto repeat;
1667    }    }
1668    
1669    if(dec->frames == 0 && coding_type != I_VOP) {    if((dec->frames == 0 && coding_type != I_VOP) || (!dec->width || !dec->height)) {
1670      /* 1st frame is not an i-vop */      /* 1st frame is not an i-vop */
1671      goto repeat;      goto repeat;
1672    }    }

Legend:
Removed from v.2177  
changed lines
  Added in v.2178

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