summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxh264enc.h')
-rw-r--r--omx/gstomxh264enc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/omx/gstomxh264enc.h b/omx/gstomxh264enc.h
index 43ab079..c8db9aa 100644
--- a/omx/gstomxh264enc.h
+++ b/omx/gstomxh264enc.h
@@ -52,6 +52,9 @@ struct _GstOMXH264Enc
guint32 periodicty_idr;
guint32 interval_intraframes;
guint32 b_frames;
+ guint32 entropy_mode;
+ gboolean constrained_intra_prediction;
+ guint32 loop_filter_mode;
GList *headers;
};