summaryrefslogtreecommitdiffstats
path: root/stream/asf_mmst_streaming.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 01:01:15 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 01:01:15 +0200
commit0dce155dd3e52d24c7a0ffbd4be9461170d53de3 (patch)
tree0d675e2bbd3fa90303f72708b8533d5d068278f4 /stream/asf_mmst_streaming.h
parentdb7fe7ce92a229c6529b9b6b2894f325a778ead2 (diff)
parent22e310b9aef77477e022874beb388514911ead1e (diff)
downloadmpv-0dce155dd3e52d24c7a0ffbd4be9461170d53de3.tar.bz2
mpv-0dce155dd3e52d24c7a0ffbd4be9461170d53de3.tar.xz
Merge svn changes up to r30694
Diffstat (limited to 'stream/asf_mmst_streaming.h')
-rw-r--r--stream/asf_mmst_streaming.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/stream/asf_mmst_streaming.h b/stream/asf_mmst_streaming.h
new file mode 100644
index 0000000000..204cf0a450
--- /dev/null
+++ b/stream/asf_mmst_streaming.h
@@ -0,0 +1,26 @@
+/*
+ * This file is part of MPlayer.
+ *
+ * MPlayer is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * MPlayer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef MPLAYER_ASF_MMST_STREAMING_H
+#define MPLAYER_ASF_MMST_STREAMING_H
+
+#include "stream.h"
+
+int asf_mmst_streaming_start(stream_t *stream);
+
+#endif /* MPLAYER_ASF_MMST_STREAMING_H */