vtl: prepare audio offset on A/V import

This commit is contained in:
Robin Gareus 2013-03-28 16:58:30 +01:00
parent b47e71f8ac
commit 950643462a
3 changed files with 3 additions and 4 deletions

View file

@ -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*);