diff options
Diffstat (limited to 'rotord/src/libavwrapper.cpp')
| -rw-r--r-- | rotord/src/libavwrapper.cpp | 3 |
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. // |
