]> git.sesse.net Git - ffmpeg/commit
Make ff_pca_init() allocate it struct instead of letting the user provide
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 15:46:20 +0000 (15:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 15:46:20 +0000 (15:46 +0000)
commit644173759146be1cff244e8cf6a26de26bf07edf
tree50bb3ded444b4df353533eea9c312246cb6d94f5
parent7b0a6612c639de6cf48f237ddc20f60191b0bbd5
Make ff_pca_init() allocate it struct instead of letting the user provide
one (more robust ABI wise).

Originally committed as revision 14807 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/pca.c