]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/pca.h
Align sample output buffer in atrac1.
[ffmpeg] / libavutil / pca.h
index 651e90278030c64b906ce44b4ab338d9c206ad77..f339f2b5d65a52de39bdddcf1f83a0a27374f52c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Principal component analysis
+ * principal component analysis (PCA)
  * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
  *
  * This file is part of FFmpeg.
@@ -20,8 +20,8 @@
  */
 
 /**
- * @file pca.h
- * Principal component analysis
+ * @file libavutil/pca.h
+ * principal component analysis (PCA)
  */
 
 #ifndef AVUTIL_PCA_H