0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/audio/decode
Marcoen Hirschberg 31a10f7c38 af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate
In most places where af_fmt2bits is called to get the bits/sample, the
result is immediately converted to bytes/sample. Avoid this by getting
bytes/sample directly by introducing af_fmt2bps.
2014-05-28 21:38:00 +02:00
..
ad_lavc.c audio: rename i_bps to 'bitrate' to avoid confusion 2014-05-28 21:37:50 +02:00
ad_mpg123.c af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate 2014-05-28 21:38:00 +02:00
ad_spdif.c audio: mp_msg conversions 2013-12-21 20:50:12 +01:00
ad.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
dec_audio.c options: remove deprecated --identify 2014-05-04 02:46:11 +02:00
dec_audio.h audio: rename i_bps to 'bitrate' to avoid confusion 2014-05-28 21:37:50 +02:00