From 966bbca4bcdd2135d46ba17695abba0d4edfb75a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 7 Aug 2007 15:21:17 +0000 Subject: gst/real/gstrealvideodec.*: Remove some old unused vars. Original commit message from CVS: * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), (gst_real_video_dec_activate_push), (open_library), (gst_real_video_dec_init), (gst_real_video_dec_finalize): * gst/real/gstrealvideodec.h: Remove some old unused vars. --- gst/real/gstrealvideodec.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gst/real/gstrealvideodec.h') diff --git a/gst/real/gstrealvideodec.h b/gst/real/gstrealvideodec.h index 641f39bc..db2496f4 100644 --- a/gst/real/gstrealvideodec.h +++ b/gst/real/gstrealvideodec.h @@ -65,20 +65,9 @@ struct _GstRealVideoDec gint format, subformat; gint framerate_num, framerate_denom; - /* Variables needed for fixing timestamps. */ - GstClockTime next_ts, last_ts; - guint16 next_seq, last_seq; - /* Hooks */ GstRealVideoDecHooks hooks; - /* State */ - GstAdapter *adapter; - guint8 seqnum, subseq; - guint16 length; - guint32 fragment_count; - guint32 fragments[256]; - /* Properties */ gchar *real_codecs_path, *rv20_names, *rv30_names, *rv40_names; }; -- cgit v1.2.1