~ubuntu-branches/ubuntu/trusty/ffmpeg-debian/trusty

« back to all changes in this revision

Viewing changes to libavutil/pca.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:22:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205212201-hjhtybuxtm90cbjy
Tags: 3:0.svn20090204-2ubuntu1
* merge from debian. Remaining changes:
  - don't build depend on libfaad-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Principal component analysis
 
2
 * principal component analysis (PCA)
3
3
 * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
4
4
 *
5
5
 * This file is part of FFmpeg.
20
20
 */
21
21
 
22
22
/**
23
 
 * @file pca.h
24
 
 * Principal component analysis
 
23
 * @file libavutil/pca.h
 
24
 * principal component analysis (PCA)
25
25
 */
26
26
 
27
27
#ifndef AVUTIL_PCA_H