diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/gstdvdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 8dda7df7e..4031ef051 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -61,7 +61,6 @@ struct _GstDVDec { gboolean PAL; gboolean interlaced; gboolean wide; - gint frame_len; /* input caps */ gboolean sink_negotiated; @@ -74,7 +73,6 @@ struct _GstDVDec { gboolean need_par; /* negotiated output */ - dv_color_space_t space; gint bpp; gboolean src_negotiated; |