diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index bb0a70a05..7aa9f25e1 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -251,5 +251,7 @@ private: float** _data; }; +extern int64_t video_frames_to_audio_frames (SourceFrame v, float audio_sample_rate, float frames_per_second); + #endif |
