summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index f3b3533..4454a86 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -151,6 +151,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_AC3
register_avcodec(&ac3_decoder);
#endif
+#ifdef CONFIG_DTS
+ register_avcodec(&dts_decoder);
+#endif
register_avcodec(&ra_144_decoder);
register_avcodec(&ra_288_decoder);
register_avcodec(&roq_dpcm_decoder);
OpenPOWER on IntegriCloud