Remove Screen pointer from KDMWithMetadata, preferring to
[dcpomatic.git] / src / lib / ffmpeg_audio_stream.cc
index a81f69e65678d67ac4360b0ad435b171f6f865cb..1fc008d51a22cc5a621ea499fdf6d48d7f3528bb 100644 (file)
 */
 
 #include "ffmpeg_audio_stream.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libxml++/libxml++.h>
 #include <libcxml/cxml.h>
 
 using std::string;
 using boost::optional;
+using dcp::raw_convert;
+using namespace dcpomatic;
 
 FFmpegAudioStream::FFmpegAudioStream (cxml::ConstNodePtr node, int version)
        : FFmpegStream (node)