diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index e742a3e41..e9a1a574b 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -300,7 +300,7 @@ FilmViewer::raw_to_display () return; } - shared_ptr<Image> input = _raw_frame; + shared_ptr<const Image> input = _raw_frame; pair<string, string> const s = Filter::ffmpeg_strings (_film->filters()); if (!s.second.empty ()) { @@ -392,7 +392,7 @@ FilmViewer::check_play_state () } void -FilmViewer::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle> sub, double t) +FilmViewer::process_video (shared_ptr<const Image> image, bool, shared_ptr<Subtitle> sub, double t) { _raw_frame = image; _raw_sub = sub; |
