Browse Source

Testing code uses random().

Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
cd5cd37741
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/pca.c

+ 1
- 0
libavutil/pca.c View File

@@ -152,6 +152,7 @@ int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){
#if 1

#undef printf
#undef random
#include <stdio.h>
#include <stdlib.h>



Loading…
Cancel
Save