mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
image field added. 10*10l....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
daad6c6f63
commit
40dfa55b40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user