summaryrefslogtreecommitdiffstats
path: root/audio/decode
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-23 21:25:32 +0100
committerwm4 <wm4@nowhere>2013-11-23 21:25:32 +0100
commit0e84dafdf084c7d9da30ef7b0e0b2ca05da68157 (patch)
treebcab2979839c216176b4817b5f9d15fe631503e2 /audio/decode
parente174d31fdda78374600878699ef911fd09f55a26 (diff)
downloadmpv-0e84dafdf084c7d9da30ef7b0e0b2ca05da68157.tar.bz2
mpv-0e84dafdf084c7d9da30ef7b0e0b2ca05da68157.tar.xz
player: remove printing of barely correct slave mode stream info
This was printed before something was decoded, and thus was not really correct. Also, this code is hilariously broken: /* Assume FOURCC if all bytes >= 0x20 (' ') */ if (sh_audio->format >= 0x20202020) mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_FORMAT=%.4s\n", (char *)&sh_audio->format); Time to kill it. This information can be accessed through properties instead.
Diffstat (limited to 'audio/decode')
0 files changed, 0 insertions, 0 deletions