X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_audio_stream.cc;h=6300958e094ec75d8ece6e4025f83ae274cd651d;hb=05c37bfdb86be26497d5baa448a0cbda20e33bed;hp=d8666e89e44416e611e693a273b2ce9884c2b296;hpb=b56bc3c45953fe113a9934b0d2ec2c1134de07ab;p=dcpomatic.git diff --git a/src/lib/ffmpeg_audio_stream.cc b/src/lib/ffmpeg_audio_stream.cc index d8666e89e..6300958e0 100644 --- a/src/lib/ffmpeg_audio_stream.cc +++ b/src/lib/ffmpeg_audio_stream.cc @@ -17,13 +17,12 @@ */ +#include "ffmpeg_audio_stream.h" +#include "raw_convert.h" #include #include -#include -#include "ffmpeg_audio_stream.h" using std::string; -using dcp::raw_convert; FFmpegAudioStream::FFmpegAudioStream (cxml::ConstNodePtr node, int version) : FFmpegStream (node)