From 950643462a2d5d3046e87437b9b51e414247c7a2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 28 Mar 2013 16:58:30 +0100 Subject: vtl: prepare audio offset on A/V import --- gtk2_ardour/editor_videotimeline.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/editor_videotimeline.cc') diff --git a/gtk2_ardour/editor_videotimeline.cc b/gtk2_ardour/editor_videotimeline.cc index 18a49fc9b6..a58a896fdd 100644 --- a/gtk2_ardour/editor_videotimeline.cc +++ b/gtk2_ardour/editor_videotimeline.cc @@ -90,10 +90,9 @@ Editor::toggle_video_timeline_locked () } void -Editor::embed_audio_from_video (std::string path) +Editor::embed_audio_from_video (std::string path, framepos_t n) { vector paths; - framepos_t n = 0; /* -1: use file's timestamp - but br0ken with ffmpeg wav extract */ paths.push_back(path); #if 0 do_embed (paths, Editing::ImportDistinctFiles, Editing::ImportAsTrack, n); -- cgit v1.2.3