summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-30 11:09:34 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-30 11:09:34 +0100
commit937240f9e360e434b36c418656ae6fe8cc6afea9 (patch)
treeb2af5fe0116bcbbdc7f3d1959662970ba1cef560 /src/lib/ffmpeg_examiner.h
parent78bc6f9286864052b304a1871739479c16e393dd (diff)
Write FFmpeg log output to our log file.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
-rw-r--r--src/lib/ffmpeg_examiner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h
index f2bdea0c2..f5ee95acf 100644
--- a/src/lib/ffmpeg_examiner.h
+++ b/src/lib/ffmpeg_examiner.h
@@ -21,6 +21,8 @@
#include "video_examiner.h"
#include <boost/optional.hpp>
+class AVStream;
+
class FFmpegAudioStream;
class FFmpegSubtitleStream;