Move audio into Encoder so that J2KStillEncoder can use it too. Rename J2KWAVEncoder...
[dcpomatic.git] / src / lib / transcode_job.cc
index 477c73c753a686a889982f6b700efde3fa41483e..b429c4646e67f751f285e3033d47cf71eef4b72f 100644 (file)
 #include <iostream>
 #include <iomanip>
 #include "transcode_job.h"
-#include "j2k_wav_encoder.h"
 #include "film.h"
 #include "format.h"
 #include "transcoder.h"
 #include "log.h"
 #include "encoder_factory.h"
+#include "encoder.h"
 
 using std::string;
 using std::stringstream;