aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4a634d6..8c5c7aa 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -818,7 +818,7 @@ static void open_video(AVCodecContext *codec_context,
//av_dict_set(&options, "preset", "llhq", 0);
}
- av_opt_set(&options, "rc", "vbr", 0);
+ av_dict_set(&options, "rc", "vbr", 0);
ret = avcodec_open2(codec_context, codec_context->codec, &options);
if (ret < 0) {