diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-26 01:26:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-26 01:26:21 +0100 |
| commit | 951a81dbb75db9850ee0226f74a575af7335a576 (patch) | |
| tree | d24f9012b41edfb1315ddb51a15250578f62dbb9 /src/lib/sndfile_content.h | |
| parent | ecbfa72a19756eab3fb1e3b0a9c5cab1c0b2ed39 (diff) | |
Improve audio mapping handling a bit.
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 17423b8ed..30eb23a4e 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -1,5 +1,3 @@ -/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */ - /* Copyright (C) 2013 Carl Hetherington <cth@carlh.net> @@ -67,6 +65,8 @@ public: boost::mutex::scoped_lock lm (_mutex); return _audio_mapping; } + + void set_audio_mapping (AudioMapping); static bool valid_file (boost::filesystem::path); |
