From 49ed3d2e3e4ed8385e8c007c334c01c65cd3acfe Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 5 Jun 2013 16:00:54 +0100 Subject: switch back to floats --- rotord/rotor.cpp | 2 +- rotord/vampHost.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 446a547..e38e8d3 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -246,7 +246,7 @@ bool Video_output::render(const float duration, const float framerate,const stri int outH=360; int bitRate=4000000; int frameRate=25; - AVCodecID codecId=AV_CODEC_ID_MPEG4; + AVCodecID codecId=AV_CODEC_ID_H264; //MPEG4; std::string container ="mov"; bool usingaudio=audioloader.setup(audio_filename); diff --git a/rotord/vampHost.h b/rotord/vampHost.h index fbf5228..d1dfc81 100644 --- a/rotord/vampHost.h +++ b/rotord/vampHost.h @@ -60,7 +60,7 @@ namespace vampHost { void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); - map features; + map features; //map //this is the best way to store features: because map allows to search for the key below and above the present time -- cgit v1.2.3