summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 11:49:07 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 11:49:07 +0100
commit2f6167a81ab09b327eab9026d1dd40052fd7bdd0 (patch)
tree44da8f075b412ba86b9b664a6f6abc94b4b2bcf5 /src/lib/ffmpeg.cc
parent9e7697cd54968bcdec0d48781b3fb075629eecee (diff)
Fix initial display to be frame 1, not 2.
Diffstat (limited to 'src/lib/ffmpeg.cc')
-rw-r--r--src/lib/ffmpeg.cc1
1 files changed, 1 insertions, 0 deletions
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;