]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
nellymoserdec: Simplify calculation of numbers of blocks
[ffmpeg] / libavcodec / h263dec.c
index f5df5560c5f36a25386108800302595e424dcec1..c80cfcfa2ddfa85f7b7482d32477018be94ee457 100644 (file)
@@ -428,7 +428,9 @@ retry:
     if(s->xvid_build==-1 && s->divx_version==-1 && s->lavc_build==-1){
         if(s->stream_codec_tag == AV_RL32("XVID") ||
            s->codec_tag == AV_RL32("XVID") || s->codec_tag == AV_RL32("XVIX") ||
-           s->codec_tag == AV_RL32("RMP4"))
+           s->codec_tag == AV_RL32("RMP4") ||
+           s->codec_tag == AV_RL32("SIPP")
+           )
             s->xvid_build= 0;
 #if 0
         if(s->codec_tag == AV_RL32("DIVX") && s->vo_type==0 && s->vol_control_parameters==1