Some export tidying up.
[dcpomatic.git] / src / wx / export_dialog.h
index 8f0be7194abd0bf5215feab4d4371b9e841be40f..04a516bca6bd49148f1c1b16370847acf4e6b843 100644 (file)
@@ -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 ();