--- decoder.c 2006/07/10 15:05:30 1.75.2.2 +++ decoder.c 2006/09/10 22:42:15 1.79 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: decoder.c,v 1.75.2.2 2006/07/10 15:05:30 Isibaar Exp $ + * $Id: decoder.c,v 1.79 2006/09/10 22:42:15 Isibaar Exp $ * ****************************************************************************/ @@ -1618,7 +1618,7 @@ if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */ if (coding_type == -3) - decoder_resize(dec); + if (decoder_resize(dec)) return XVID_ERR_MEMORY; if(stats) { stats->type = XVID_TYPE_VOL;