Commit 37750eae authored by arpi_esp's avatar arpi_esp

informal msg


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@238 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 70da0e32
......@@ -273,8 +273,10 @@ int MPV_encode_init(AVCodecContext *avctx)
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment