diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-09 16:04:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-09 16:04:34 +0100 |
| commit | 942e32c0b7aa268ec7e5bda8a74453340dad3592 (patch) | |
| tree | 07463503e7ace81d3fcaf5f326d66a7635f092fb /src/lib | |
| parent | f29219ed06d27dcae5e18b8b9c52dcf24554f188 (diff) | |
Fix uninitialised variable.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/options.h b/src/lib/options.h index 45a1768c2..39068c24f 100644 --- a/src/lib/options.h +++ b/src/lib/options.h @@ -39,6 +39,7 @@ public: Options (std::string f, std::string e, std::string m) : padding (0) , apply_crop (true) + , black_after (0) , decode_video_frequency (0) , decode_audio (true) , _frame_out_path (f) |
