Move FFmpegStream classes into their own source files.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index 72db9bce1a3cd9abf1b3c2191eb5ed1f0180d10a..a55113f890659729b83dc3891ec5231133dc9af0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -23,6 +23,8 @@ extern "C" {
 }
 #include "ffmpeg_examiner.h"
 #include "ffmpeg_content.h"
+#include "ffmpeg_audio_stream.h"
+#include "ffmpeg_subtitle_stream.h"
 
 #include "i18n.h"