Files
mpv/audio
wm4 6147bcce35 audio: fix format function consistency issues
Replace all the check macros with function calls. Give them all the
same case and naming schema.

Drop af_fmt2bits(). Only af_fmt2bps() survives as af_fmt_to_bytes().

Introduce af_fmt_is_pcm(), and use it in situations that used
!AF_FORMAT_IS_SPECIAL. Nobody really knew what a "special" format
was. It simply meant "not PCM".
2015-06-26 23:06:37 +02:00
..
2015-06-21 18:06:14 +02:00
2013-11-12 23:28:21 +01:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-06-18 19:36:58 +02:00