From 40dfa55b40136607de2aa6b6d131cc323cf45e1d Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 16 Jan 2002 12:24:36 +0000 Subject: image field added. 10*10l.... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stheader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmpdemux') diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h index c727492987..0c33aadc50 100644 --- a/libmpdemux/stheader.h +++ b/libmpdemux/stheader.h @@ -4,6 +4,8 @@ #include "wine/avifmt.h" #include "wine/vfw.h" +#include "../mp_image.h" + typedef struct { demux_stream_t *ds; unsigned int format; @@ -62,6 +64,7 @@ typedef struct { float num_frames; // number of frames played int num_frames_decoded; // number of frames decoded char *our_out_buffer; + mp_image_t *image; // win32 codec stuff: AVIStreamHeader video; BITMAPINFOHEADER *bih; // in format -- cgit v1.2.3