]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dsp.h
lavd/qtkit: add device category
[ffmpeg] / libavcodec / ac3dsp.h
index f18583c44663c317d1221ccbda75b1d402626376..ed98c8ce6ae9c817fc7c7ebbd69748e457424cd2 100644 (file)
@@ -135,6 +135,9 @@ typedef struct AC3DSPContext {
     void (*downmix)(float **samples, float (*matrix)[2], int out_ch,
                     int in_ch, int len);
 
+    void (*downmix_fixed)(int32_t **samples, int16_t (*matrix)[2], int out_ch,
+                          int in_ch, int len);
+
     /**
      * Apply symmetric window in 16-bit fixed-point.
      * @param output destination array