diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-22 16:00:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-22 16:00:15 +0000 |
| commit | 604ef9902b6b2256adea97a20195cdb68b3a4aa6 (patch) | |
| tree | 92ef8c2e9f9934ae872fb47c43c04016529142c4 /src/wx/film_editor.h | |
| parent | f4e435f24a6832f54727e4898901db7de3e21460 (diff) | |
Allow up to 500MB/s J2K bitrate.
Requested-by: Jonathan Jensen
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 23c87e678..a1336ec90 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -110,6 +110,7 @@ private: void setup_content_sensitivity (); void active_jobs_changed (bool); + void config_changed (); FilmEditorPanel* _video_panel; FilmEditorPanel* _audio_panel; |
