1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 13:51:14 +00:00
mpv/mpvcore/player
wm4 e174d31fdd audio: don't write decoded audio format to sh_audio
sh_audio is supposed to contain file headers, not whatever was decoded.
Fix this, and write the decoded format to separate fields in the decoder
context, the dec_audio.decoded field. (Note that this field is really
only needed to communicate the audio format from decoder driver to the
generic code, so no other code accesses it.)
2013-11-23 21:25:05 +01:00
..
lua
timeline timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
audio.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
command.c audio: don't write decoded audio format to sh_audio 2013-11-23 21:25:05 +01:00
command.h
configfiles.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
loadfile.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
main.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
misc.c mplayer: fix passing size_t as %d to printf() 2013-11-20 18:12:14 +01:00
mp_core.h audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
mp_lua.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
mp_lua.h
osd.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
playloop.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00
screenshot.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.h
sub.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
video.c audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00