[SCM] libav/experimental: informal msg

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:30:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 3a842ea5d1917e0702a7dc6f0732052dd848ae05
Author: Arpi <arpi at thot.banki.hu>
Date:   Wed Dec 26 14:02:08 2001 +0000

    informal msg
    
    Originally committed as revision 238 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index ab9190a..80a3563 100644
--- 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:

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list