Index: utils.c =================================================================== RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/utils.c,v retrieving revision 1.168 diff -u -r1.168 utils.c --- utils.c 4 Nov 2005 23:50:11 -0000 1.168 +++ utils.c 6 Nov 2005 01:17:26 -0000 @@ -2245,10 +2245,12 @@ av_log(s, AV_LOG_ERROR, "time base not set\n"); return -1; } +#if 0 /* this breaks 'mencoder -of lavf' -Corey */ if(st->codec->width<=0 || st->codec->height<=0){ av_log(s, AV_LOG_ERROR, "dimensions not set\n"); return -1; } +#endif break; } }