]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3enc_float.h
h264: add profile names for the existing defines
[ffmpeg] / libavcodec / ac3enc_float.h
index 1cd3681ae9274b2dc7e8269e7fb6e1fcfc494f1f..1726ca045f6f404ae78c29eb8f1f918912659b19 100644 (file)
@@ -34,8 +34,7 @@
 
 typedef float SampleType;
 typedef float CoefType;
-
-#define SCALE_COEF(a) SCALE_FLOAT((a), 24)
+typedef float CoefSumType;
 
 
 typedef struct AC3MDCTContext {