--- encoder.c 2004/03/29 17:37:55 1.95.2.65 +++ encoder.c 2004/03/22 22:36:23 1.102 @@ -21,7 +21,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: encoder.c,v 1.95.2.65 2004/03/29 17:37:55 Skal Exp $ + * $Id: encoder.c,v 1.102 2004/03/22 22:36:23 edgomez Exp $ * ****************************************************************************/ @@ -123,9 +123,6 @@ if (create->width%2 || create->height%2) return XVID_ERR_FAIL; - if (create->width<=0 || create->height<=0) - return XVID_ERR_FAIL; - /* allocate encoder struct */ pEnc = (Encoder *) xvid_malloc(sizeof(Encoder), CACHE_LINE);