comparison libmpdemux/stheader.h @ 4875:d282da672340

We should know size of out buffer
author nick
date Wed, 27 Feb 2002 11:16:53 +0000
parents b75f3bb25261
children 429994672d8c
comparison
equal deleted inserted replaced
4874:e926b7dd1993 4875:d282da672340
61 unsigned int outfmtidx; 61 unsigned int outfmtidx;
62 // unsigned int bitrate; 62 // unsigned int bitrate;
63 // buffers: 63 // buffers:
64 float num_frames; // number of frames played 64 float num_frames; // number of frames played
65 int num_frames_decoded; // number of frames decoded 65 int num_frames_decoded; // number of frames decoded
66 unsigned our_out_buffer_size;
66 char *our_out_buffer; 67 char *our_out_buffer;
67 mp_image_t *image; 68 mp_image_t *image;
68 // win32 codec stuff: 69 // win32 codec stuff:
69 AVIStreamHeader video; 70 AVIStreamHeader video;
70 BITMAPINFOHEADER *bih; // in format 71 BITMAPINFOHEADER *bih; // in format