diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-26 16:47:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-26 22:32:11 +0100 |
| commit | f188128e2577942f030374631d3cf1324a00624a (patch) | |
| tree | 72c1b82d5b7f90069b7ba2a05e8b209cd527c3e4 /src/lib/content_video.h | |
| parent | c4ea2ff06b31ccd20daadbdc968e397eb13a7e36 (diff) | |
{Video,Audio}Frame -> Frame.
Diffstat (limited to 'src/lib/content_video.h')
| -rw-r--r-- | src/lib/content_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/content_video.h b/src/lib/content_video.h index 4c0bdb655..cdf0f9cdd 100644 --- a/src/lib/content_video.h +++ b/src/lib/content_video.h @@ -33,7 +33,7 @@ public: , part (PART_WHOLE) {} - ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, VideoFrame f) + ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, Frame f) : image (i) , eyes (e) , part (p) @@ -43,7 +43,7 @@ public: boost::shared_ptr<const ImageProxy> image; Eyes eyes; Part part; - VideoFrame frame; + Frame frame; }; #endif |
