1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-28 02:23:06 +00:00

stheader.h: Allow inclusion before demuxer.h

stheader.h used 'demuxer_t *' without including demuxer.h, causing
compilation to fail if demuxer.h had not been included first. Use
'struct demuxer *' instead so the type does not need to be defined.
This commit is contained in:
Uoti Urpala 2009-04-19 17:37:03 +03:00
parent d9066294f9
commit 7180728cba