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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpjpegdepay.h b/gst/rtp/gstrtpjpegdepay.h
index 7e0c918d..28581f17 100644
--- a/gst/rtp/gstrtpjpegdepay.h
+++ b/gst/rtp/gstrtpjpegdepay.h
@@ -48,7 +48,10 @@ struct _GstRtpJPEGDepay
/* cached quant tables */
guint8 * qtables[255];
-
+ gint frate_num;
+ gint frate_denom;
+ gint media_width;
+ gint media_height;
gint width, height;
};