summaryrefslogtreecommitdiff
path: root/src/wx/ffmpeg_content_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/ffmpeg_content_dialog.h')
-rw-r--r--src/wx/ffmpeg_content_dialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/ffmpeg_content_dialog.h b/src/wx/ffmpeg_content_dialog.h
index 380b31f21..302c8166f 100644
--- a/src/wx/ffmpeg_content_dialog.h
+++ b/src/wx/ffmpeg_content_dialog.h
@@ -23,23 +23,22 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "lib/audio_mapping.h"
-#include "lib/playlist.h"
class wxSpinCtrl;
class FFmpegContent;
class AudioMappingView;
+class Region;
class FFmpegContentDialog : public wxDialog
{
public:
- FFmpegContentDialog (wxWindow *, boost::shared_ptr<Playlist::Region>);
+ FFmpegContentDialog (wxWindow *, boost::shared_ptr<FFmpegContent>);
private:
void audio_stream_changed (wxCommandEvent &);
void subtitle_stream_changed (wxCommandEvent &);
void audio_mapping_changed (AudioMapping);
- boost::weak_ptr<Playlist::Region> _region;
boost::weak_ptr<FFmpegContent> _content;
wxChoice* _audio_stream;
wxStaticText* _audio_description;