diff options
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; |