diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-10 20:17:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-10 20:17:52 +0100 |
| commit | 8f1c131a933e7695684e22eb82abba30fe119915 (patch) | |
| tree | f3265f5d33b4104c1506f629ad8827788e936a45 /src/lib/ffmpeg_content.cc | |
| parent | bb1251a3b0abe2343962e126b690d97ebf8394c5 (diff) | |
Fix typo.
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index d36abe2c3..0424fbc33 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -31,6 +31,7 @@ using std::string; using std::stringstream; using std::vector; using std::list; +using std::cout; using boost::shared_ptr; using boost::lexical_cast; |
