diff options
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index 04a516bca..239e56829 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -19,7 +19,7 @@ */ #include "table_dialog.h" -#include "lib/ffmpeg_transcoder.h" +#include "lib/ffmpeg_encoder.h" #include <wx/wx.h> #include <boost/filesystem.hpp> @@ -31,7 +31,7 @@ public: ExportDialog (wxWindow* parent); boost::filesystem::path path () const; - FFmpegTranscoder::Format format () const; + FFmpegEncoder::Format format () const; private: void format_changed (); |
