1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00
mpv/audio/decode
wm4 4d903127ad demux: rename Windows symbols
There are some Microsoft Windows symbols which are traditionally used by
the mplayer core, because it used to be convenient (avi was the big
format, using binary windows decoders made sense...). So these symbols
have the exact same definition as the Windows one, and if mplayer is
compiled on Windows, the symbols from windows.h are used.

This broke recently just because some files were shuffled around, and
the symbols defined in ms_hdr.h collided with windows.h ones. Since we
don't have windows binary decoders anymore, there's not the slightest
reason our symbols should have the same names. Rename them to reduce the
risk for collision, and to fix the recent regression.

Drop WAVEFORMATEXTENSIBLE, because it's mostly unused. ao_dsound defines
its own version if the windows headers don't define it, and ao_wasapi is
not available on systems where this symbol is missing.

Also reindent ms_hdr.h.
2013-11-02 15:14:12 +01:00
..
ad_lavc.c demux: rename Windows symbols 2013-11-02 15:14:12 +01:00
ad_mpg123.c ad_mpeg123: support in-stream format changes 2013-10-06 23:41:18 +02:00
ad_spdif.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ad.h cosmetics: replace "CTRL" defines by enums 2013-10-02 21:19:16 +02:00
dec_audio.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
dec_audio.h audio/filter: use new option API 2013-07-22 15:11:03 +02:00