]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/apedec.c
avcodec/nvenc: Bring encoder names in line with other encoders
[ffmpeg] / libavcodec / apedec.c
index 1e89a7bdb1906ccc086dd7b513b3c6f0ee52c4f8..b99598b4ee74ed3b5ac762a5f1a980824455fa07 100644 (file)
@@ -339,10 +339,10 @@ static inline void range_dec_normalize(APEContext *ctx)
 }
 
 /**
- * Calculate culmulative frequency for next symbol. Does NO update!
+ * Calculate cumulative frequency for next symbol. Does NO update!
  * @param ctx decoder context
  * @param tot_f is the total frequency or (code_value)1<<shift
- * @return the culmulative frequency
+ * @return the cumulative frequency
  */
 static inline int range_decode_culfreq(APEContext *ctx, int tot_f)
 {