Split parts of FFmpegEncoder into FFmpegFileEncoder.
[dcpomatic.git] / src / wx / export_dialog.h
index c6ccc875ed38346eb858ebaf4ed74b67708de8e1..d6e3bdbb6ba810f3828788aaf5cb96d313c6b1d8 100644 (file)
@@ -31,7 +31,7 @@ public:
        explicit ExportDialog (wxWindow* parent);
 
        boost::filesystem::path path () const;
-       FFmpegEncoder::Format format () const;
+       ExportFormat format () const;
        bool mixdown_to_stereo () const;
        int x264_crf () const;