1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/audio/decode
wm4 3ded03b1f9 dec_audio: adjust "large" decoding amount
This used to be in bytes, now it's in samples. Divide the value by 8
(assuming a typical audio format, float samples with 2 channels).

Fix some editing mistake or non-sense about the extra buffering added
(1<<x instead of x<<5).

Also sneak in a s/MPlayer/mpv/.
2013-11-15 21:12:01 +01:00
..
ad_lavc.c Merge branch 'planar_audio' 2013-11-12 23:42:04 +01:00
ad_mpg123.c audio: add support for using non-interleaved audio from decoders directly 2013-11-12 23:39:09 +01:00
ad_spdif.c ad_spdif: fix regressions 2013-11-14 23:54:06 +01:00
ad.h audio: add support for using non-interleaved audio from decoders directly 2013-11-12 23:39:09 +01:00
dec_audio.c dec_audio: adjust "large" decoding amount 2013-11-15 21:12:01 +01:00
dec_audio.h audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00