summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-23 11:51:28 +0100
committerComment <tim@gray.(none)>2013-09-23 11:51:28 +0100
commit6e615b00dbb54f33b928e0de0695087709fbc073 (patch)
treea852af1b89c007a05f84d36e8505913b34a08d45 /rotord/src/graph.cpp
parent6fac9b5e406d7be3fbfd67cb5d21272727f6043a (diff)
MP4 fragmentation control API
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 2930953..b94d04c 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -117,7 +117,7 @@ bool Graph::video_render(const string &output_filename,const float framerate) {
float spct=100.0f/duration;
- if (exporter.setup(outW,outH,bitRate,framerate,container)) { //codecId,
+ if (exporter.setup(outW,outH,bitRate,framerate,container,use_fragmentation)) { //codecId,
if (exporter.record(output_filename)) {
libav::audio_decoder audioloader;