summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-01 12:23:46 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-01 12:23:46 +0000
commit8bad3bd4ac54afb185339dd809cc7622c560f2e1 (patch)
treee941fb729606182d26430a1cba2ebac6983f578a /gst/avi/gstavimux.h
parentf11e5be82f27094d51bc8244d0f08957fe8d5a2f (diff)
This fixes avimux largely. Sound playback still isn't optimal, but at least we're getting somewhere
Original commit message from CVS: This fixes avimux largely. Sound playback still isn't optimal, but at least we're getting somewhere
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r--gst/avi/gstavimux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h
index c2333a04..31c64c38 100644
--- a/gst/avi/gstavimux.h
+++ b/gst/avi/gstavimux.h
@@ -56,9 +56,6 @@ struct _GstAviMux {
GstPad *videosinkpad;
gboolean video_pad_connected, video_pad_eos;
- /* timestamps of first and current frame + num_frames for fps calculation */
- gdouble framerate;
-
/* the AVI header */
gst_riff_avih avi_hdr;
guint32 total_frames; /* total number of frames */