diff ac3dec.h @ 11375:84963c795459 libavcodec

Move some prototypes from dsputil.c to reasonable header files
author mru
date Sat, 06 Mar 2010 22:36:45 +0000
parents 4b3da727d832
children 444f4b594fdb
line wrap: on
line diff
--- a/ac3dec.h	Sat Mar 06 22:36:41 2010 +0000
+++ b/ac3dec.h	Sat Mar 06 22:36:45 2010 +0000
@@ -179,4 +179,7 @@
  */
 void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch);
 
+void ff_ac3_downmix_c(float (*samples)[256], float (*matrix)[2],
+                      int out_ch, int in_ch, int len);
+
 #endif /* AVCODEC_AC3DEC_H */