mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
vtl: s/[audio]frame/sample/
This commit is contained in:
parent
131b8eac57
commit
930fce8696
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ VideoImageFrame::reposition ()
|
||||||
|
|
||||||
void
|
void
|
||||||
VideoImageFrame::exposeimg () {
|
VideoImageFrame::exposeimg () {
|
||||||
ImgChanged(); /* EMIT SIGNAL */
|
//ImgChanged(); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ class VideoImageFrame : public sigc::trackable
|
||||||
std::string video_filename;
|
std::string video_filename;
|
||||||
|
|
||||||
double unit_position;
|
double unit_position;
|
||||||
framepos_t frame_position;
|
framepos_t sample_position;
|
||||||
framepos_t video_frame_number;
|
framepos_t video_frame_number;
|
||||||
|
|
||||||
void reposition ();
|
void reposition ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue