From fe2491509a969e85381ee0502d074e1b979a78cc Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 26 七月 2019 11:30:48 +0800 Subject: [PATCH] remove log --- csrc/cffmpeg.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csrc/cffmpeg.cpp b/csrc/cffmpeg.cpp index 423ef01..433a8ae 100644 --- a/csrc/cffmpeg.cpp +++ b/csrc/cffmpeg.cpp @@ -63,9 +63,9 @@ int i; std::string p; s->GetInfoRecorder(i, p); - if(i < 0){ - return NULL; - } + + // printf("cffmpeg get info : index : %d, file : %s\n", i, p.c_str()); + *index = i; *length = p.length(); char *path = (char*)malloc(*length + 1); -- Gitblit v1.8.0