aboutsummaryrefslogtreecommitdiff
path: root/src/audio_format.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 11:26:34 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:29 +0100
commitc69c8ffa9ec55c94dee7ce69af26b4edbd61647e (patch)
treeb5be56f265cf41571c6a73c624fb482274db7a02 /src/audio_format.c
parenta0958b23fb6e0d6ff6056aa05322341000be0f10 (diff)
Drop DSD support for now.
It should be later reintroduces in a less invasive way, e.g. through lavc.
Diffstat (limited to 'src/audio_format.c')
-rw-r--r--src/audio_format.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio_format.c b/src/audio_format.c
index dc46604f..1ac29d1c 100644
--- a/src/audio_format.c
+++ b/src/audio_format.c
@@ -64,9 +64,6 @@ sample_format_to_string(enum sample_format format)
case SAMPLE_FORMAT_FLOAT:
return "f";
-
- case SAMPLE_FORMAT_DSD:
- return "dsd";
}
/* unreachable */