summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-28 16:58:30 +0100
committerRobin Gareus <robin@gareus.org>2013-03-28 16:58:30 +0100
commit950643462a2d5d3046e87437b9b51e414247c7a2 (patch)
tree3439acf37aea3a4081ca010630a8856ac0874cff /gtk2_ardour/editor.h
parentb47e71f8ac96e9a6e3beb76f3b7cf1001946aea8 (diff)
vtl: prepare audio offset on A/V import
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index b082a80f21..8ecd5cc07d 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1455,7 +1455,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void toggle_video_timeline_locked ();
void set_video_timeline_locked (const bool);
void queue_visual_videotimeline_update ();
- void embed_audio_from_video (std::string);
+ void embed_audio_from_video (std::string, framepos_t n = 0);
#endif
bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*);