summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-12 22:04:44 +0200
committerwm4 <wm4@nowhere>2013-07-12 22:16:26 +0200
commitcb45b1c65b2fe4644342db202e5f7b9fb64f2488 (patch)
tree9fce4ba5cbbf0278387937cef8ec7f9d2ca8d2fe /stream/tv.h
parent3269bd178020c5d821e8b2d1fd807a38d63e93ce (diff)
downloadmpv-cb45b1c65b2fe4644342db202e5f7b9fb64f2488.tar.bz2
mpv-cb45b1c65b2fe4644342db202e5f7b9fb64f2488.tar.xz
Cleanup some include statements
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 660a78be7b..ded9ace6c8 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -25,8 +25,6 @@
#ifndef MPLAYER_TV_H
#define MPLAYER_TV_H
-#include "demux/demux.h"
-
typedef struct tv_param_s {
char *freq;
char *channel;
@@ -105,7 +103,7 @@ typedef struct tvi_handle_s {
const tvi_functions_t *functions;
void *priv;
int seq;
- demuxer_t *demuxer;
+ struct demuxer *demuxer;
/* specific */
int norm;