diff stheader.h @ 1369:7a2f1881b776

a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used after initialization.
author arpi
date Sat, 21 Jul 2001 01:17:00 +0000
parents 3f490fad9bdf
children 2bf9c561b01d
line wrap: on
line diff
--- a/stheader.h	Sat Jul 21 00:10:09 2001 +0000
+++ b/stheader.h	Sat Jul 21 01:17:00 2001 +0000
@@ -12,6 +12,7 @@
   unsigned int format;
   codecs_t *codec;
   // output format:
+  float timer;		   // value of old a_frame
   int samplerate;
   int samplesize;
   int channels;
@@ -45,6 +46,7 @@
   unsigned int format;
   codecs_t *codec;
   // output format:
+  float timer;		   // value of old v_frame
   float fps;
   float frametime;  // 1/fps
   int disp_w,disp_h;   // display size (filled by fileformat parser)