diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-20 17:03:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-20 20:05:26 +0100 |
| commit | 068f8fe319aad390788bdea24ad21ef758d6dd03 (patch) | |
| tree | a029685c2aff69c9cbce8839f2cdcf42d4b08748 /src/lib/util.h | |
| parent | b996eb8276dc4645745540190c9a2f5e2c875c0c (diff) | |
Don't cache sample format, fix up various things.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index c2706a594..f2087b3f0 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -46,8 +46,6 @@ class Scaler; extern std::string seconds_to_hms (int); extern std::string seconds_to_approximate_hms (int); extern void stacktrace (std::ostream &, int); -extern std::string audio_sample_format_to_string (AVSampleFormat); -extern AVSampleFormat audio_sample_format_from_string (std::string); extern std::string dependency_version_summary (); extern double seconds (struct timeval); extern void dvdomatic_setup (); |
