Skip to content

Commit 360a570

Browse files
committed
去除日志打印
1 parent c23a2fd commit 360a570

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ijkmedia/ijkplayer/ff_ffmsg_queue.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,6 @@ inline static void msg_queue_put_simple4(MessageQueue *q, int what, int arg1, in
168168
av_log(NULL, AV_LOG_ERROR, "msg_queue_put_simple4: 内存分配失败 size=%d\n", obj_len);
169169
return;
170170
}
171-
// 将信息合并到一条日志中
172-
char log_msg[1024] = {0};
173-
snprintf(log_msg, sizeof(log_msg),
174-
"msg_queue_put_simple4: 准备进行内存拷贝\n"
175-
"msg.obj: %p, obj: %p, obj_len: %d\n",
176-
msg.obj, obj, obj_len);
177-
178-
av_log(NULL, AV_LOG_INFO, "%s", log_msg);
179171

180172
// 安全拷贝数据
181173
memcpy(msg.obj, obj, obj_len);

0 commit comments

Comments
 (0)