From 6391a023a668e63788b299546fa9d4d67d96a484 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 19 Jan 2002 18:26:20 +0000 Subject: Small cleanups, break the loop if the buffer is null Original commit message from CVS: Small cleanups, break the loop if the buffer is null --- gst/flx/gstflxdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/flx/gstflxdec.h') diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h index 5b06252d..c0c59b61 100644 --- a/gst/flx/gstflxdec.h +++ b/gst/flx/gstflxdec.h @@ -46,7 +46,7 @@ struct _GstFlxDec { gboolean active, new_meta; - GstBuffer *buf, *out, *delta, *frame; + GstBuffer *delta, *frame; GstByteStream *bs; gulong size; GstFlxDecState state; -- cgit v1.2.1