Mercurial > libavcodec.hg
changeset 11773:9c35a3dbea9b libavcodec
Treat SIPP like xvid, fixed issue1966
author | michael |
---|---|
date | Wed, 26 May 2010 17:23:36 +0000 |
parents | 4a178e0051d6 |
children | 79489644101e |
files | h263dec.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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