diff options
Diffstat (limited to 'ext/wavpack/gstwavpackdec.h')
-rw-r--r-- | ext/wavpack/gstwavpackdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/wavpack/gstwavpackdec.h b/ext/wavpack/gstwavpackdec.h index 7ab9699d..7a866ccb 100644 --- a/ext/wavpack/gstwavpackdec.h +++ b/ext/wavpack/gstwavpackdec.h @@ -48,7 +48,6 @@ struct _GstWavpackDec { GstElement element; - /* GstPad *wvcsinkpad; */ GstPad *sinkpad; GstPad *srcpad; @@ -56,7 +55,6 @@ struct _GstWavpackDec WavpackStreamReader *stream_reader; read_id wv_id; - /* read_id wvc_id; */ GstSegment segment; /* used for clipping, TIME format */ |