comparison h263dec.c @ 10804:c03a8c6c755b libavcodec

Add a few CONFIG_MPEG4_DECODER that should be there.
author michael
date Fri, 08 Jan 2010 04:00:06 +0000
parents 4605bd2fdb7f
children 030e30b050e4
comparison
equal deleted inserted replaced
10803:4605bd2fdb7f 10804:c03a8c6c755b
170 } 170 }
171 171
172 if(s->partitioned_frame){ 172 if(s->partitioned_frame){
173 const int qscale= s->qscale; 173 const int qscale= s->qscale;
174 174
175 if(s->codec_id==CODEC_ID_MPEG4){ 175 if(CONFIG_MPEG4_DECODER && s->codec_id==CODEC_ID_MPEG4){
176 if(ff_mpeg4_decode_partitions(s) < 0) 176 if(ff_mpeg4_decode_partitions(s) < 0)
177 return -1; 177 return -1;
178 } 178 }
179 179
180 /* restore variables which were modified */ 180 /* restore variables which were modified */