summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-21 01:17:00 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-21 01:17:00 +0000
commit7d4396b230a0368e6d6fc3ca2937e2d06274814c (patch)
treea284a6792299ca96d1b177166bbe692141750b3e /stheader.h
parentba4c083a27102f1904bfffa627508554d49a7d67 (diff)
downloadmpv-7d4396b230a0368e6d6fc3ca2937e2d06274814c.tar.bz2
mpv-7d4396b230a0368e6d6fc3ca2937e2d06274814c.tar.xz
a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used after initialization.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1370 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stheader.h b/stheader.h
index 7ac31b73c0..65933671c2 100644
--- a/stheader.h
+++ b/stheader.h
@@ -12,6 +12,7 @@ typedef struct {
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 @@ typedef struct {
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)