]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopusdec.c
opus: merge encoder and decoder bitallocation functions into one
[ffmpeg] / libavcodec / libopusdec.c
index 9dab0fdf65c208523c2139695e1c40e85b3bf058..4f7f4755c242ae2b93908114a6737aeea7e2a4f5 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "libavutil/internal.h"
 #include "libavutil/intreadwrite.h"
+#include "libavutil/ffmath.h"
 
 #include "avcodec.h"
 #include "internal.h"
@@ -222,4 +223,5 @@ AVCodec ff_libopus_decoder = {
     .sample_fmts    = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
                                                      AV_SAMPLE_FMT_S16,
                                                      AV_SAMPLE_FMT_NONE },
+    .wrapper_name   = "libopus",
 };