This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix includes
Originally committed as revision 14803 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
17 years ago
parent
7a0d00d49e
commit
a50bd69d9d
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavutil/pca.c
+ 1
- 2
libavutil/pca.c
View File
@@ -23,8 +23,7 @@
* Principal component analysis
*/
#include <math.h>
#include "avcodec.h"
#include "common.h"
#include "pca.h"
int ff_pca_init(PCA *pca, int n){
Write
Preview
Loading…
Cancel
Save