diff options
Diffstat (limited to 'gst/videoconvert/videoconvert.h')
-rw-r--r-- | gst/videoconvert/videoconvert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/videoconvert/videoconvert.h b/gst/videoconvert/videoconvert.h index 0b2552f92..9e9387f5e 100644 --- a/gst/videoconvert/videoconvert.h +++ b/gst/videoconvert/videoconvert.h @@ -46,6 +46,8 @@ struct _VideoConvert { ColorSpaceDitherMethod dither; + guint lines; + guint8 *tmpline8; guint16 *tmpline16; guint16 *errline; |