From d64868c215e35088bfeda67aeb04db0800bf2844 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 09 十月 2020 16:33:43 +0800 Subject: [PATCH] h264 mp4 --- csrc/wrapper.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/wrapper.cpp b/csrc/wrapper.cpp index 0a0e84f..e0aef2d 100644 --- a/csrc/wrapper.cpp +++ b/csrc/wrapper.cpp @@ -112,7 +112,7 @@ prop.gpu_acc_ = !cpu_; prop.gpu_index_ = devid_; - std::unique_ptr<FormatIn> in(new FormatIn(prop.gpuAccl())); + std::unique_ptr<FormatIn> in(new FormatIn(prop, prop.gpuAccl())); int flag = -1; if (gb_){ flag = in->openGb28181(input, NULL); -- Gitblit v1.8.0