blob: 8a0ead8622aa56b519cb39711928e8695c803ea3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/avbin.c.orig 2008-09-21 08:45:33.000000000 +0200
+++ src/avbin.c 2009-08-11 15:02:52.574916144 +0200
@@ -215,10 +237,6 @@
info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S16;
info->audio.sample_bits = 16;
break;
- case SAMPLE_FMT_S24:
- info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S24;
- info->audio.sample_bits = 24;
- break;
case SAMPLE_FMT_S32:
info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S32;
info->audio.sample_bits = 32;
|