Mercurial > hg > aimc
view branches/carfac_cpp/src/CARFAC_common.h @ 562:167d8ec2468e
Fixed ffmpeg frame-rate bug
author | tomwalters@google.com |
---|---|
date | Tue, 01 May 2012 23:32:24 +0000 |
parents | 4de3bebec3d6 |
children |
line wrap: on
line source
#ifndef CARFAC_COMMON_TYPEDEFS_H_ #define CARFAC_COMMON_TYPEDEFS_H_ #include <vector> typedef std::vector<float> FloatArray; typedef std::vector<FloatArray> FloatMatrix; const double kPi = 3.1415926; #endif /* CARFAC_COMMON_TYPEDEFS_H_ */