1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-24 12:22:25 +00:00
mpv/audio/decode
wm4 6455bcc1da audio: remove unnecessary code
It's true that the decoder can successfully decode, but return no data
(for various reasons). We don't need to handle this specially, though.
We just let the decoder decode some more data. This doesn't increase the
danger of an endless loop either, because audio_decode() already calls
this function until enough is decoded.
2014-07-24 15:25:36 +02:00
..
ad_lavc.c audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad_mpg123.c audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad_spdif.c audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
dec_audio.c audio: remove unnecessary code 2014-07-24 15:25:36 +02:00
dec_audio.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00