stheader.h: Allow inclusion before demuxer.h
commit7180728cbad8196146010e12191e0b5f1ce560b1
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 19 Apr 2009 14:37:03 +0000 (19 17:37 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 19 Apr 2009 14:37:03 +0000 (19 17:37 +0300)
tree129b32f9fbae263e722829b6e95a344db611be1b
parentd9066294f9eaf2f690ffc0c6a4d6596ee076f412
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.
libmpdemux/stheader.h