summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-01-19 18:26:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-01-19 18:26:20 +0000
commit1f450bc6d8690fd568a1a2e12f66dea8ecd29b06 (patch)
tree022c9325b123f56a5bd5685b776a77a5881d16f0 /gst/flx/gstflxdec.h
parent8e098a3c6bc323c88fc3a743b68b1e325fb5e664 (diff)
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
Diffstat (limited to 'gst/flx/gstflxdec.h')
-rw-r--r--gst/flx/gstflxdec.h2
1 files changed, 1 insertions, 1 deletions
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;