diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 8e65bbb54..58c2771b7 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -131,15 +131,7 @@ private: int _timeout; }; -class LocaleGuard -{ -public: - LocaleGuard (); - ~LocaleGuard (); - -private: - char* _old; -}; +extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second); /** @class ScopedTemporary * @brief A temporary file which is deleted when the ScopedTemporary object goes out of scope. |
