diff options
| -rwxr-xr-x | rotord/rotor.cpp | 2 | ||||
| -rw-r--r-- | 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<float,int> features; + map<double,int> features; //map<time,featureNo> //this is the best way to store features: because map allows to search for the key below and above the present time |
