Mercurial > audlegacy-plugins
comparison src/madplug/decoder.c @ 676:1733b12ef974 trunk
[svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences.
| author | yaz |
|---|---|
| date | Mon, 19 Feb 2007 19:39:42 -0800 |
| parents | fadf4c18a1cf |
| children | 6ea974a229a8 |
comparison
equal
deleted
inserted
replaced
| 675:1ea4cfb007e0 | 676:1733b12ef974 |
|---|---|
| 513 continue; | 513 continue; |
| 514 } | 514 } |
| 515 | 515 |
| 516 info->bitrate = frame.header.bitrate; | 516 info->bitrate = frame.header.bitrate; |
| 517 | 517 |
| 518 if (info->vbr && (iteration % 40 == 0)) { | 518 if (!audmad_config.show_avg_vbr_bitrate && info->vbr && (iteration % 40 == 0)) { |
| 519 mad_plugin->set_info(info->title, | 519 mad_plugin->set_info(info->title, |
| 520 tlen == 0 ? -1 : tlen, | 520 tlen == 0 ? -1 : tlen, |
| 521 info->bitrate, info->freq, info->channels); | 521 info->bitrate, info->freq, info->channels); |
| 522 } | 522 } |
| 523 iteration++; | 523 iteration++; |
