]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jfdctint_template.c
ttadec: fix invalid free when an error occurs while decoding 24-bit tta
[ffmpeg] / libavcodec / jfdctint_template.c
index e60e72a412d3ca08ef6ef95862f64b46c5692b9f..51753907102f624cc61f58bad6d3761d3d87a6e7 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * jfdctint.c
- *
  * This file is part of the Independent JPEG Group's software.
  *
  * The authors make NO WARRANTY or representation, either express or implied,
@@ -342,7 +340,7 @@ FUNC(ff_jpeg_fdct_islow)(DCTELEM *data)
 
 /*
  * The secret of DCT2-4-8 is really simple -- you do the usual 1-DCT
- * on the rows and then, instead of doing even and odd, part on the colums
+ * on the rows and then, instead of doing even and odd, part on the columns
  * you do even part two times.
  */
 GLOBAL(void)