diff options
| author | Comment <tim@gray.(none)> | 2013-09-20 13:59:36 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-20 13:59:36 +0100 |
| commit | a740d4167e6dbd95dbd82e5d217761af8ef12b6f (patch) | |
| tree | 0c0f533c0768cfb412b619fcf6b4ee1246de82e6 /rotord/src/libavwrapper.cpp | |
| parent | da3e14a2d734fbc33a37419bf93602a91aea0611 (diff) | |
removed rotating log
Diffstat (limited to 'rotord/src/libavwrapper.cpp')
| -rw-r--r-- | rotord/src/libavwrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp index 6b07b62..5525c44 100644 --- a/rotord/src/libavwrapper.cpp +++ b/rotord/src/libavwrapper.cpp @@ -212,6 +212,7 @@ bool libav::exporter::record(std::string filename){ //THIS DOES SEEM TO SET CONTAINER OPTS= AS MOOV_SIZE MAKES THE MOVIE BANJAXED //av_dict_set(&opts, "moov_size", "20000", 0); + av_dict_set(&opts, "movflags","frag_keyframe", 0); // Write the stream header, if any. // |
