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 62955d68ff..fd2b0bd17f 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -75,6 +75,7 @@ typedef struct {
BITMAPINFOHEADER o_bih; // out format
void* context; // codec-specific stuff (usually HANDLE or struct pointer)
HIC hic; // handle
+ void* video_out;
} sh_video_t;
sh_audio_t* new_sh_audio(demuxer_t *demuxer,int id);