diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-22 02:16:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-26 00:09:27 +0100 |
| commit | 5799460dc38bafa1da1ce9f7bf43621d3fadf442 (patch) | |
| tree | a4666f4bf8f99f29716e8d68113320426b0a1c95 /src/wx/content_panel.cc | |
| parent | aaf6845e130ac208cee524536b67c54bd1ce8ed9 (diff) | |
Noisy change to get film into AudioContent::modify_trim_start().
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index d9400e34c..bf02e3930 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -660,7 +660,7 @@ ContentPanel::add_folder(boost::filesystem::path folder) return; } - ic->set_video_frame_rate (frame_rate); + ic->set_video_frame_rate(_film, frame_rate); } _film->examine_and_add_content (i); |
