Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-07-08 23:15:12 +00:00
parent 5ffcb1be1f
commit d8e76049d6
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1,
s->frame_size = -1;
}
#endif
if(s->header_count > 1)
avctx->sample_rate= sr;
if(s->header_count > 1)
avctx->sample_rate= sr;
}
}
} else