diff 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
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Wed Feb 27 11:16:18 2002 +0000
+++ b/libmpdemux/stheader.h	Wed Feb 27 11:16:53 2002 +0000
@@ -63,6 +63,7 @@
   // buffers:
   float num_frames;       // number of frames played
   int num_frames_decoded;       // number of frames decoded
+  unsigned our_out_buffer_size;
   char *our_out_buffer;
   mp_image_t *image;
   // win32 codec stuff: