summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-10 13:53:44 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-10 13:53:44 +0100
commitb7ded219e1c21ca19eb9396b7590ae861d8bfb88 (patch)
treec899683d075ede198a0c9a3f29e6ddc2bdb979a0 /src/lib/ffmpeg_encoder.h
parentfc4956d144ed0869fe2fa1737adc21104bb47836 (diff)
Fix options for libx264.
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
-rw-r--r--src/lib/ffmpeg_encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h
index bd5be4545..b5715e514 100644
--- a/src/lib/ffmpeg_encoder.h
+++ b/src/lib/ffmpeg_encoder.h
@@ -56,6 +56,7 @@ private:
AVFormatContext* _format_context;
AVStream* _video_stream;
AVPixelFormat _pixel_format;
+ AVDictionary* _options;
std::string _codec_name;
mutable boost::mutex _mutex;