diff options
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 79539acce..542711cc9 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -74,13 +74,16 @@ private: std::map<Eyes, boost::shared_ptr<FFmpegFileEncoder> > _encoders; }; - std::list<FileEncoderSet> _file_encoders; int _output_audio_channels; mutable boost::mutex _mutex; DCPTime _last_time; EventHistory _history; + boost::filesystem::path _output; + ExportFormat _format; + bool _split_reels; + int _x264_crf; boost::shared_ptr<Butler> _butler; }; |
