diff options
Diffstat (limited to 'ext/x264/gstx264enc.h')
-rw-r--r-- | ext/x264/gstx264enc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/x264/gstx264enc.h b/ext/x264/gstx264enc.h index acf309d9..b7179c85 100644 --- a/ext/x264/gstx264enc.h +++ b/ext/x264/gstx264enc.h @@ -97,6 +97,7 @@ struct _GstX264Enc GString *tunings; GString *option_string_prop; /* option-string property */ GString *option_string; /* used by set prop */ + gint frame_packing; /* input description */ GstVideoCodecState *input_state; |