vtl: s/[audio]frame/sample/
authorRobin Gareus <robin@gareus.org>
Wed, 17 Apr 2013 01:21:39 +0000 (03:21 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 17 Apr 2013 01:21:39 +0000 (03:21 +0200)
gtk2_ardour/video_image_frame.cc
gtk2_ardour/video_image_frame.h

index aac9f2afaeed1cd320cf20da0977273d4284d86b..7164f845510984d4a27b674c261a193c04d8e761 100644 (file)
@@ -88,7 +88,7 @@ VideoImageFrame::reposition ()
 
 void
 VideoImageFrame::exposeimg () {
-       ImgChanged(); /* EMIT SIGNAL */
+       //ImgChanged(); /* EMIT SIGNAL */
 }
 
 void
index 638dd7f0b0f153642b5c598786cfe7cd58582e00..1fe543dce56c41190ba9d1a0971fc98c89bca265 100644 (file)
@@ -81,7 +81,7 @@ class VideoImageFrame : public sigc::trackable
        std::string video_filename;
 
        double        unit_position;
-       framepos_t   frame_position;
+       framepos_t   sample_position;
        framepos_t   video_frame_number;
 
        void reposition ();