[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 1696, Mon Mar 27 11:21:48 2006 UTC revision 1727, Sun Sep 10 22:42:15 2006 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.78 2006-03-27 11:21:48 Skal Exp $   * $Id: decoder.c,v 1.79 2006-09-10 22:42:15 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 1618  Line 1618 
1618    if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */    if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */
1619    
1620      if (coding_type == -3)      if (coding_type == -3)
1621        decoder_resize(dec);        if (decoder_resize(dec)) return XVID_ERR_MEMORY;
1622    
1623      if(stats) {      if(stats) {
1624        stats->type = XVID_TYPE_VOL;        stats->type = XVID_TYPE_VOL;

Legend:
Removed from v.1696  
changed lines
  Added in v.1727

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