]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/psymodel.h
tests/audio_fifo: fix buffer allocation for non planar formats
[ffmpeg] / libavcodec / psymodel.h
index 35d184c710c7c96f3b77b7fb6a1395275de692ed..582f040c7a380f15cd1ee809796ffc1df5db62a2 100644 (file)
@@ -29,7 +29,7 @@
 /** maximum number of channels */
 #define PSY_MAX_CHANS 20
 
-/* cutoff for VBR is purposedly increased, since LP filtering actually
+/* cutoff for VBR is purposely increased, since LP filtering actually
  * hinders VBR performance rather than the opposite
  */
 #define AAC_CUTOFF_FROM_BITRATE(bit_rate,channels,sample_rate) (bit_rate ? FFMIN3(FFMIN3( \