summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstjpegdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jpeg/gstjpegdec.h')
-rw-r--r--ext/jpeg/gstjpegdec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/jpeg/gstjpegdec.h b/ext/jpeg/gstjpegdec.h
index d52efcf8..b14582db 100644
--- a/ext/jpeg/gstjpegdec.h
+++ b/ext/jpeg/gstjpegdec.h
@@ -69,6 +69,9 @@ struct _GstJpegDec {
GstBuffer *tempbuf;
+ /* TRUE if each input buffer contains a whole jpeg image */
+ gboolean packetized;
+
/* the timestamp of the next frame */
guint64 next_ts;