| 341 | } |
| 342 | |
| 343 | void Project::CloseVideo() { |
| 344 | AnnounceVideoProviderModified(nullptr); |
| 345 | video_provider.reset(); |
| 346 | SetPath(video_file, "?video", "", ""); |
| 347 | video_has_subtitles = false; |
| 348 | context->ass->Properties.ar_mode = 0; |
| 349 | context->ass->Properties.ar_value = 0.0; |
| 350 | context->ass->Properties.video_position = 0; |
| 351 | } |
| 352 | |
| 353 | void Project::DoLoadTimecodes(agi::fs::path const& path) { |
| 354 | timecodes = agi::vfr::Framerate(path); |
no outgoing calls
no test coverage detected