summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
commitb19987ae5342602977b265ba9167ec09e433367c (patch)
tree7225dfbf58e7e07135b58d44e0ebb390df6178ac /src/wx/export_dialog.h
parent78c27b4fa4d23d4a0a64f0398350ec5697d50551 (diff)
Some export tidying up.
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h
index 8f0be7194..04a516bca 100644
--- a/src/wx/export_dialog.h
+++ b/src/wx/export_dialog.h
@@ -19,6 +19,7 @@
*/
#include "table_dialog.h"
+#include "lib/ffmpeg_transcoder.h"
#include <wx/wx.h>
#include <boost/filesystem.hpp>
@@ -30,6 +31,7 @@ public:
ExportDialog (wxWindow* parent);
boost::filesystem::path path () const;
+ FFmpegTranscoder::Format format () const;
private:
void format_changed ();