summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/graph.cpp')
-rw-r--r--rotord/src/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index eada044..0cc36de 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -98,7 +98,7 @@ bool Graph::video_render(const string &output_filename,const float framerate) {
}
//
//setup defaults
- int bitRate=5000000;
+
AVCodecID codecId=AV_CODEC_ID_H264; //MPEG4;
std::string container;
Poco::StringTokenizer t(output_filename,".");