]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.c
ugly, but necessary
[ffmpeg] / libavcodec / mpegvideo.c
index f08dbb8138d2fce6a62363d8e03f8a17a8ff40c0..8e0a09be9d8ff0b5ced7c36707fe7d09c3869a16 100644 (file)
@@ -1139,7 +1139,7 @@ int MPV_encode_init(AVCodecContext *avctx)
         break;
     case CODEC_ID_H263:
         if (h263_get_picture_format(s->width, s->height) == 7) {
-            av_log(avctx, AV_LOG_INFO, "Input picture size isn't suitable for h263 codec! try h263+\n");
+            av_log(avctx, AV_LOG_INFO, "The specified picture size of %dx%d is not valid for the H.263 codec.\nValid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.\n", s->width, s->height);
             return -1;
         }
         s->out_format = FMT_H263;