summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-06-05 16:00:54 +0100
committerTim Redfern <tim@eclectronics.org>2013-06-05 16:00:54 +0100
commit49ed3d2e3e4ed8385e8c007c334c01c65cd3acfe (patch)
treef00ce953f77dff72496152855ed7aefab5bfd0e3 /rotord/rotor.cpp
parent53753978fdb30cb94eb879ee3e8bab90096f5636 (diff)
switch back to floats
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp2
1 files changed, 1 insertions, 1 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);