Add a few CONFIG_MPEG4_DECODER that should be there.
Originally committed as revision 21082 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -172,7 +172,7 @@ static int decode_slice(MpegEncContext *s){
|
||||
if(s->partitioned_frame){
|
||||
const int qscale= s->qscale;
|
||||
|
||||
if(s->codec_id==CODEC_ID_MPEG4){
|
||||
if(CONFIG_MPEG4_DECODER && s->codec_id==CODEC_ID_MPEG4){
|
||||
if(ff_mpeg4_decode_partitions(s) < 0)
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user