X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_stream.cc;h=47f71d1195bcbb2a169b5661c31171a8bd165c11;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;hp=7a8748e4e3f762f9fe9ea8287b8d8cb6a09cc14f;hpb=2704fe5ce4ecfcb9214c032117be719079b93d89;p=dcpomatic.git diff --git a/src/lib/ffmpeg_stream.cc b/src/lib/ffmpeg_stream.cc index 7a8748e4e..47f71d119 100644 --- a/src/lib/ffmpeg_stream.cc +++ b/src/lib/ffmpeg_stream.cc @@ -20,13 +20,17 @@ #include "ffmpeg_stream.h" #include "dcpomatic_assert.h" -#include "raw_convert.h" +#include +#include +LIBDCP_DISABLE_WARNINGS #include extern "C" { #include } +LIBDCP_ENABLE_WARNINGS using std::string; +using dcp::raw_convert; FFmpegStream::FFmpegStream (cxml::ConstNodePtr node) : name (node->string_child ("Name"))