summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-19 16:25:02 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-19 16:25:02 +0100
commitda3e14a2d734fbc33a37419bf93602a91aea0611 (patch)
tree9e8cdce7dfdb70e39f403379c2dc36886d659258 /rotord/src/libavwrapper.cpp
parent316bf75067db4eb74540b90a7c3d7b90a8642d28 (diff)
working on fast start
Diffstat (limited to 'rotord/src/libavwrapper.cpp')
-rw-r--r--rotord/src/libavwrapper.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp
index ca14736..6b07b62 100644
--- a/rotord/src/libavwrapper.cpp
+++ b/rotord/src/libavwrapper.cpp
@@ -210,7 +210,8 @@ bool libav::exporter::record(std::string filename){
AVDictionary *opts = NULL; // "create" an empty dictionary
- av_dict_set(&opts, "movflags", "empty_moov", 0);
+ //THIS DOES SEEM TO SET CONTAINER OPTS= AS MOOV_SIZE MAKES THE MOVIE BANJAXED
+ //av_dict_set(&opts, "moov_size", "20000", 0);
// Write the stream header, if any. //