1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00
mpv/demux
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
..
codec_tags.c demux_mkv: support some raw PCM variants 2013-11-11 18:40:59 +01:00
codec_tags.h
demux_cue.c
demux_edl.c timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
demux_lavf.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_libass.c
demux_mf.c demux_mf: use talloc 2013-11-11 19:20:37 +01:00
demux_mkv.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_playlist.c
demux_raw.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
demux_subreader.c
demux.c demux_packet: add source stream index 2013-11-16 21:46:17 +01:00
demux.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
ebml.c
ebml.h
matroska.h demux_mkv: support some raw PCM variants 2013-11-11 18:40:59 +01:00
mf.c mf: silence compilation warning 2013-11-13 20:10:17 +01:00
mf.h mf: silence compilation warning 2013-11-13 20:10:17 +01:00
ms_hdr.h
packet.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
stheader.h audio: don't write decoded audio format to sh_audio 2013-11-23 21:25:05 +01:00