diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index d6de1f7b5345ebbfa132bac012c8c622a3faad32..46ce874e905d6251c4741afad42811b1c4c049b3 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -205,6 +205,8 @@ static void ff_compute_band_indexes(MPADecodeContext *s, GranuleDef *g) { if (g->block_type == 2) { if (g->switch_point) { + if(s->sample_rate_index == 8) + av_log_ask_for_sample(s->avctx, "switch point in 8khz\n"); /* if switched mode, we handle the 36 first samples as long blocks. For 8000Hz, we handle the 72 first exponents as long blocks */