vtl: s/[audio]frame/sample/
This commit is contained in:
parent
131b8eac57
commit
930fce8696
@ -88,7 +88,7 @@ VideoImageFrame::reposition ()
|
||||
|
||||
void
|
||||
VideoImageFrame::exposeimg () {
|
||||
ImgChanged(); /* EMIT SIGNAL */
|
||||
//ImgChanged(); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user