From 3dfdd5795cf6514e15fdbece54c28f3bddc2aadc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jan 2014 13:02:30 +0000 Subject: Rationalise video/audio frame types. --- src/lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 892b473f7..a84e7e4cf 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -166,7 +166,7 @@ private: int _timeout; }; -extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second); +extern int64_t video_frames_to_audio_frames (VideoFrame v, float audio_sample_rate, float frames_per_second); class LocaleGuard { -- cgit v1.2.3