[SCM] libav/experimental: removed incomplete seek patch

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


The following commit has been merged in the experimental branch:
commit ce6758821dd945faee8d113a6b0d79c401727f77
Author: Fabrice Bellard <fabrice at bellard.org>
Date:   Sat Aug 11 19:15:52 2001 +0000

    removed incomplete seek patch
    
    
    Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index e2c4d20..8bbd3a7 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -107,10 +107,6 @@ static int h263_decode_frame(AVCodecContext *avctx,
     if (ret < 0)
         return -1;
 
-    /* make sure we start with an I-Frame */
-    if (!s->slice_height && (s->pict_type != I_TYPE))
-        return -1;
-
     MPV_frame_start(s);
 
 #ifdef DEBUG

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list