diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-01-19 18:26:20 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-01-19 18:26:20 +0000 |
commit | 6391a023a668e63788b299546fa9d4d67d96a484 (patch) | |
tree | 2e580cf3cf49fb566880a05d5cc06223774f5fed /gst/flx/gstflxdec.h | |
parent | 265e8e0358f35bfb443f83eacf62c3d867051aed (diff) | |
download | gst-plugins-bad-6391a023a668e63788b299546fa9d4d67d96a484.tar.gz gst-plugins-bad-6391a023a668e63788b299546fa9d4d67d96a484.tar.bz2 gst-plugins-bad-6391a023a668e63788b299546fa9d4d67d96a484.zip |
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.h | 2 |
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; |