summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-19 13:29:20 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-19 13:29:20 +0100
commit316bf75067db4eb74540b90a7c3d7b90a8642d28 (patch)
tree7a7572a5811785497e95dfb875db393fccc121a3
parentcb4b17f617e998fb64cf20e13bd05b5f31f240ce (diff)
reduce bit rate
-rw-r--r--rotord/src/libavwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp
index 406adb1..ca14736 100644
--- a/rotord/src/libavwrapper.cpp
+++ b/rotord/src/libavwrapper.cpp
@@ -210,7 +210,7 @@ bool libav::exporter::record(std::string filename){
AVDictionary *opts = NULL; // "create" an empty dictionary
- av_dict_set(opts, "movflags", "empty_moov", 0);
+ av_dict_set(&opts, "movflags", "empty_moov", 0);
// Write the stream header, if any. //