summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-10 11:54:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-10 11:54:19 +0100
commitd8ea1796f34ff894b148a0af78c0a547e0496ee1 (patch)
tree2a3177217dee39c1a4dbe795c21369236e7a5533 /src/wx/export_dialog.h
parent7f40b703e8a83f07a1c8bffb45cd40ebcc238418 (diff)
Rename some classes.
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h4
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 ();