summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpjpegdepay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpjpegdepay.h')
-rw-r--r--gst/rtp/gstrtpjpegdepay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpjpegdepay.h b/gst/rtp/gstrtpjpegdepay.h
index f6a3bb62..7e0c918d 100644
--- a/gst/rtp/gstrtpjpegdepay.h
+++ b/gst/rtp/gstrtpjpegdepay.h
@@ -48,6 +48,8 @@ struct _GstRtpJPEGDepay
/* cached quant tables */
guint8 * qtables[255];
+
+ gint width, height;
};
struct _GstRtpJPEGDepayClass