summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
commitf6878753fbd0d509134ac24c0e9f404ac74fc4fe (patch)
treee6c4a80842624e9cf0c2f8f7168e0823e99fe3be /libmpdemux/stheader.h
parent154afc3d8010fab81d75fbf920af15187ea73ebf (diff)
downloadmpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.bz2
mpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.xz
're-include' possibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index c8c3d1fdcb..62955d68ff 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -1,3 +1,6 @@
+#ifndef __ST_HEADER_H
+#define __ST_HEADER_H 1
+
// Stream headers:
#include "wine/mmreg.h"
@@ -79,3 +82,5 @@ sh_video_t* new_sh_video(demuxer_t *demuxer,int id);
int video_read_properties(sh_video_t *sh_video);
int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps);
+
+#endif