0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/audio/decode
wm4 bc268b313e audio: remove float processing option
The only thing this option did was changing the behavior of af_volume.
The option decided what sample format af_volume would use, but only if
the sample format was not already float. If the option was set, it would
default to float, otherwise to S16.

Remove use of the option and all associated code, and make af_volume
always use float (unless a af_volume specific sub-option is set).

Silence maximum value tracking. This message is printed when the filter
is destroyed, and it's slightly annoying. Was enabled due to enabling
float by default.
2013-04-13 04:21:28 +02:00
..
ad_internal.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad_lavc.c ad_lavc: use fmt-conversion to map sample formats 2013-04-13 04:21:27 +02:00
ad_mpg123.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad_spdif.c Prefix CODEC_ID_ with AV_ 2013-03-13 23:51:30 +01:00
ad.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad.h audio: remove float processing option 2013-04-13 04:21:28 +02:00
dec_audio.c audio: remove float processing option 2013-04-13 04:21:28 +02:00
dec_audio.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00