From 25928e3093a7c0257128192d7785ec3f74e89e81 Mon Sep 17 00:00:00 2001 From: pans <pansen626@sina.com> Date: 星期六, 30 三月 2019 12:46:20 +0800 Subject: [PATCH] 添加注释 --- QiaoJiaSystem/DataManagerServer/demo.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/DataManagerServer/demo.cpp b/QiaoJiaSystem/DataManagerServer/demo.cpp index 8907a69..4217194 100644 --- a/QiaoJiaSystem/DataManagerServer/demo.cpp +++ b/QiaoJiaSystem/DataManagerServer/demo.cpp @@ -12,7 +12,7 @@ // json["rtsp"] = "rtsp://admin:a1234567@192.168.1.201:554/h264/ch1/main/av_stream"; // // std::string publish_basepath = "rtmp://localhost:1934/live/cam" + std::to_string(554); -// appPref.setLongData("gpu.index", 0); +// appPref.setIntData("gpu.index", 0); // appPref.setStringData("publish.basepath", publish_basepath); // appPref.setIntData("pulish.width", 640); // appPref.setIntData("pulish.height", 360); -- Gitblit v1.8.0