RouteDialog: Move built-in types into template list experiment
[ardour.git] / gtk2_ardour / video_timeline.h
index 5a1bceb25897b0c2b4595dd1ea2ef9a60e06e54d..03aaa902d8c52e56c81d1859458e38db9c7334de 100644 (file)
@@ -107,6 +107,7 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p
 
        std::string _xjadeo_bin;
        void find_xjadeo ();
+       void find_harvid ();
 
 
        ARDOUR::frameoffset_t video_start_offset; /**< unit: audio-samples - video-file */
@@ -124,7 +125,9 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p
        std::string server_docroot;
 
        void xjadeo_readversion (std::string d, size_t s);
+       void harvid_readversion (std::string d, size_t s);
        std::string xjadeo_version;
+       std::string harvid_version;
 
        typedef std::list<VideoImageFrame*> VideoFrames;
        VideoFrames video_frames;