From 942e32c0b7aa268ec7e5bda8a74453340dad3592 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Oct 2012 16:04:34 +0100 Subject: Fix uninitialised variable. --- src/lib/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') 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) -- cgit v1.2.3