diff options
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index c6ccc875e..d6e3bdbb6 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -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; |
