vtl: s/[audio]frame/sample/

This commit is contained in:
Robin Gareus 2013-04-17 03:21:39 +02:00
parent 131b8eac57
commit 930fce8696
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ VideoImageFrame::reposition ()
void
VideoImageFrame::exposeimg () {
ImgChanged(); /* EMIT SIGNAL */
//ImgChanged(); /* EMIT SIGNAL */
}
void

View 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 ();