# HG changeset patch # User michael # Date 1274894616 0 # Node ID 9c35a3dbea9b1c31c0b1a84f8c330cb9aa7a0f96 # Parent 4a178e0051d63b0a5274cc72ca6520601ee73643 Treat SIPP like xvid, fixed issue1966 diff -r 4a178e0051d6 -r 9c35a3dbea9b h263dec.c --- a/h263dec.c Wed May 26 13:25:16 2010 +0000 +++ b/h263dec.c Wed May 26 17:23:36 2010 +0000 @@ -428,7 +428,9 @@ 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