| 287 | }; |
| 288 | |
| 289 | wxImage get_image(agi::Context *c, bool raw) { |
| 290 | auto frame = c->videoController->GetFrameN(); |
| 291 | return GetImage(*c->project->VideoProvider()->GetFrame(frame, c->project->Timecodes().TimeAtFrame(frame), raw)); |
| 292 | } |
| 293 | |
| 294 | struct video_frame_copy final : public validator_video_loaded { |
| 295 | CMD_NAME("video/frame/copy") |
no test coverage detected