# HG changeset patch # User arpi_esp # Date 1009375328 0 # Node ID 374f80a78f0d2121f6a78ccb6dac432160ad99f6 # Parent 53da914d6f4605d850013bfc4c263ca183f6fb3b informal msg diff -r 53da914d6f46 -r 374f80a78f0d mpegvideo.c --- a/mpegvideo.c Sun Dec 23 22:25:18 2001 +0000 +++ b/mpegvideo.c Wed Dec 26 14:02:08 2001 +0000 @@ -273,8 +273,10 @@ return -1; break; case CODEC_ID_H263: - if (h263_get_picture_format(s->width, s->height) == 7) + if (h263_get_picture_format(s->width, s->height) == 7){ + printf("Input picture size isn't suitable for h263 codec! try h263+\n"); return -1; + } s->out_format = FMT_H263; break; case CODEC_ID_H263P: