summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dca.c')
-rw-r--r--libavcodec/dca.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c
index 3fab17354c..6cc74ba0af 100644
--- a/libavcodec/dca.c
+++ b/libavcodec/dca.c
@@ -26,8 +26,7 @@
#include "dca.h"
#include "put_bits.h"
-const uint32_t avpriv_dca_sample_rates[16] =
-{
+const uint32_t avpriv_dca_sample_rates[16] = {
0, 8000, 16000, 32000, 0, 0, 11025, 22050, 44100, 0, 0,
12000, 24000, 48000, 96000, 192000
};