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/null_content.h | |
| parent | ecbfa72a19756eab3fb1e3b0a9c5cab1c0b2ed39 (diff) | |
Improve audio mapping handling a bit.
Diffstat (limited to 'src/lib/null_content.h')
| -rw-r--r-- | src/lib/null_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/null_content.h b/src/lib/null_content.h index f8829658c..889ff7a0d 100644 --- a/src/lib/null_content.h +++ b/src/lib/null_content.h @@ -54,6 +54,8 @@ public: AudioMapping audio_mapping () const { return AudioMapping (); } + + void set_audio_mapping (AudioMapping) {} Time length () const { return _length; |
