Mercurial > hg > aimc
view branches/carfac_cpp/src/IHC.cpp @ 562:167d8ec2468e
Fixed ffmpeg frame-rate bug
author | tomwalters@google.com |
---|---|
date | Tue, 01 May 2012 23:32:24 +0000 |
parents | c666e8e0696a |
children | 9c4c3675c3f8 |
line wrap: on
line source
#include "IHC.h" IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){ // TODO stuff! } IHC_coefficients::~IHC_coefficients() { // TODO Auto-generated destructor stub }