summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffmpeg/gstffmpegenc.h')
-rw-r--r--ext/ffmpeg/gstffmpegenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegenc.h b/ext/ffmpeg/gstffmpegenc.h
index 3e4a6b1..c13a0d3 100644
--- a/ext/ffmpeg/gstffmpegenc.h
+++ b/ext/ffmpeg/gstffmpegenc.h
@@ -74,6 +74,8 @@ struct _GstFFMpegEnc
/* other settings are copied over straight,
* include a context here, rather than copy-and-past it from avcodec.h */
AVCodecContext config;
+
+ gboolean force_keyframe;
};
typedef struct _GstFFMpegEncClass GstFFMpegEncClass;