From 2f6167a81ab09b327eab9026d1dd40052fd7bdd0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jul 2013 11:49:07 +0100 Subject: Fix initial display to be frame 1, not 2. --- src/lib/ffmpeg.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg.cc') diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc index a39de391a..77bf75018 100644 --- a/src/lib/ffmpeg.cc +++ b/src/lib/ffmpeg.cc @@ -30,6 +30,7 @@ extern "C" { #include "i18n.h" using std::string; +using std::cout; using std::stringstream; using boost::shared_ptr; -- cgit v1.2.3