summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-22 14:34:27 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-22 14:34:27 +0100
commit85d343a420c4df1a08663c8afd3bdb73c8dfa985 (patch)
treece32da7c35fb8e462a922627145055d94d3a3500 /src/wx
parenta23133da6ed512ee179e60f6787ba34ccbdb5e7d (diff)
Move FFmpegStream classes into their own source files.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/audio_panel.cc1
-rw-r--r--src/wx/subtitle_panel.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index eb95e17ab..ad1990cdc 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -22,6 +22,7 @@
#include "lib/config.h"
#include "lib/sound_processor.h"
#include "lib/ffmpeg_content.h"
+#include "lib/ffmpeg_audio_stream.h"
#include "audio_dialog.h"
#include "audio_panel.h"
#include "audio_mapping_view.h"
diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc
index b4b5a7b42..aa3d3a735 100644
--- a/src/wx/subtitle_panel.cc
+++ b/src/wx/subtitle_panel.cc
@@ -21,6 +21,7 @@
#include <wx/spinctrl.h>
#include "lib/ffmpeg_content.h"
#include "lib/subrip_content.h"
+#include "lib/ffmpeg_subtitle_stream.h"
#include "subtitle_panel.h"
#include "film_editor.h"
#include "wx_util.h"