mpv/audio/decode
wm4 0f5ec05d8f audio: move decoder context from sh_audio into new struct
Move all state that basically changes during decoding or is needed in
order to manage decoding itself into a new struct (dec_audio).

sh_audio (defined in stheader.h) is supposed to be the audio stream
header. This should reflect the file headers for the stream. Putting the
decoder context there is strange design, to say the least.
2013-11-23 21:22:17 +01:00
..
ad.h audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
ad_lavc.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
ad_mpg123.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
ad_spdif.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
dec_audio.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
dec_audio.h audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00