diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-01 18:56:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-01 18:56:20 +0100 |
| commit | a6c2aa6cad5872d27654553d447cb34185317974 (patch) | |
| tree | 10ba8193ede6ce927300d62354c56a5af236f4e0 /src/lib/writer.cc | |
| parent | 096660d2cc3e65ae5e13a69e7ace19ff0d48b39a (diff) | |
Split EncodedData classes into their own file.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index ca9b63df4..04eac854c 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -36,13 +36,13 @@ #include "log.h" #include "dcp_video.h" #include "dcp_content_type.h" -#include "player.h" #include "audio_mapping.h" #include "config.h" #include "job.h" #include "cross.h" #include "audio_buffers.h" #include "md5_digester.h" +#include "encoded_data.h" #include "i18n.h" |
