summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-14 15:41:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-14 15:41:03 +0100
commita5a64cf04a5b87296abd2a04306a907767f02e56 (patch)
tree9c09949f21446d1a4d5313bb19c905b6ad1b23c9 /src/lib/ffmpeg_decoder.cc
parent6244677a4e92989da3aca309e9eaba0ce420e4a3 (diff)
Remove believed-unnecessary film state mutexes.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc
index ceb14bacc..ede724b5f 100644
--- a/src/lib/ffmpeg_decoder.cc
+++ b/src/lib/ffmpeg_decoder.cc
@@ -42,6 +42,7 @@ extern "C" {
#include "ffmpeg_decoder.h"
#include "filter_graph.h"
#include "audio_buffers.h"
+#include "ffmpeg_content.h"
#include "i18n.h"