1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 13:51:14 +00:00
mpv/mpvcore/player
wm4 0e84dafdf0 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.
2013-11-23 21:25:32 +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 player: remove printing of barely correct slave mode stream info 2013-11-23 21:25:32 +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