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_audio.h | |
| parent | c4ea2ff06b31ccd20daadbdc968e397eb13a7e36 (diff) | |
{Video,Audio}Frame -> Frame.
Diffstat (limited to 'src/lib/content_audio.h')
| -rw-r--r-- | src/lib/content_audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/content_audio.h b/src/lib/content_audio.h index 535c0b491..f704fac58 100644 --- a/src/lib/content_audio.h +++ b/src/lib/content_audio.h @@ -34,11 +34,11 @@ public: , frame (0) {} - ContentAudio (boost::shared_ptr<AudioBuffers> a, AudioFrame f) + ContentAudio (boost::shared_ptr<AudioBuffers> a, Frame f) : audio (a) , frame (f) {} boost::shared_ptr<AudioBuffers> audio; - AudioFrame frame; + Frame frame; }; |
