diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-10 13:53:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-10 13:53:44 +0100 |
| commit | b7ded219e1c21ca19eb9396b7590ae861d8bfb88 (patch) | |
| tree | c899683d075ede198a0c9a3f29e6ddc2bdb979a0 /src/lib/ffmpeg_encoder.h | |
| parent | fc4956d144ed0869fe2fa1737adc21104bb47836 (diff) | |
Fix options for libx264.
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 1 |
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; |
