summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 06f66ef79e..fa25d56fe6 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -78,6 +78,7 @@ typedef struct {
void* context; // codec-specific stuff (usually HANDLE or struct pointer)
HIC hic; // handle
void* video_out;
+ void* vfilter;
} sh_video_t;
sh_audio_t* get_sh_audio(demuxer_t *demuxer,int id);