diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-16 12:24:36 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-16 12:24:36 +0000 |
commit | 40dfa55b40136607de2aa6b6d131cc323cf45e1d (patch) | |
tree | 15dfb6610dcdbe59ff53aae7b12cdc83d312ad50 /libmpdemux/stheader.h | |
parent | daad6c6f634a6574271776193024ca726cbfcbfe (diff) | |
download | mpv-40dfa55b40136607de2aa6b6d131cc323cf45e1d.tar.bz2 mpv-40dfa55b40136607de2aa6b6d131cc323cf45e1d.tar.xz |
image field added. 10*10l....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r-- | libmpdemux/stheader.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |