projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fdf2d
)
informal msg
author
Arpi
<arpi@thot.banki.hu>
Wed, 26 Dec 2001 14:02:08 +0000
(14:02 +0000)
committer
Arpi
<arpi@thot.banki.hu>
Wed, 26 Dec 2001 14:02:08 +0000
(14:02 +0000)
Originally committed as revision 238 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo.c
b/libavcodec/mpegvideo.c
index
ab9190a
..
80a3563
100644
(file)
--- a/
libavcodec/mpegvideo.c
+++ b/
libavcodec/mpegvideo.c
@@
-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: