Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libavutil / pca.h
index 00ddd60c7e455cf0150e186ce6930278ef39fa2a..992bb2eb25435a822d0fa17a4daa8de5669532fa 100644 (file)
@@ -29,7 +29,7 @@
 
 struct PCA *ff_pca_init(int n);
 void ff_pca_free(struct PCA *pca);
-void ff_pca_add(struct PCA *pca, double *v);
+void ff_pca_add(struct PCA *pca, const double *v);
 int ff_pca(struct PCA *pca, double *eigenvector, double *eigenvalue);
 
 #endif /* AVUTIL_PCA_H */