]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/psymodel.h
Merge commit '303ec065a90498c29d384b4add2ac626bc38d5eb'
[ffmpeg] / libavcodec / psymodel.h
index 75261ba4be56b6bef9d5c0a6d89c0cff435eb6ef..2e3ab911e4538140dd305e0293bd90621d12d040 100644 (file)
@@ -38,8 +38,7 @@ typedef struct FFPsyBand {
     int   bits;
     float energy;
     float threshold;
-    float distortion;
-    float perceptual_weight;
+    float spread;    /* Energy spread over the band */
 } FFPsyBand;
 
 /**