From 769c71b5c3e050ccfc1c13771d24328fbf76a495 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Apr 2015 23:10:28 +0100 Subject: Add our own raw_convert that uses SafeStringStream. --- src/lib/ffmpeg_content.cc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/lib/ffmpeg_content.cc') diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 9e9473935..3a42b169f 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -17,11 +17,6 @@ */ -extern "C" { -#include -} -#include -#include #include "ffmpeg_content.h" #include "ffmpeg_examiner.h" #include "ffmpeg_subtitle_stream.h" @@ -35,6 +30,11 @@ extern "C" { #include "exceptions.h" #include "frame_rate_change.h" #include "safe_stringstream.h" +#include "raw_convert.h" +#include +extern "C" { +#include +} #include "i18n.h" @@ -47,7 +47,6 @@ using std::cout; using std::pair; using boost::shared_ptr; using boost::dynamic_pointer_cast; -using dcp::raw_convert; int const FFmpegContentProperty::SUBTITLE_STREAMS = 100; int const FFmpegContentProperty::SUBTITLE_STREAM = 101; -- cgit v1.2.3