Skip to content

Commit c23a2fd

Browse files
committed
去除循环打印
1 parent 518e7f2 commit c23a2fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ijkmedia/ijkplayer/ff_ffmsg_queue.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@ inline static void msg_queue_put_simple4(MessageQueue *q, int what, int arg1, in
177177

178178
av_log(NULL, AV_LOG_INFO, "%s", log_msg);
179179

180-
// 打印内存状态
181-
av_log(NULL, AV_LOG_INFO, "内存状态: ");
182-
for (int i = 0; i < obj_len; ++i) {
183-
fprintf(stderr, "%02x ", ((unsigned char *) obj)[i]);
184-
}
185-
fprintf(stderr, "\n");
186-
187180
// 安全拷贝数据
188181
memcpy(msg.obj, obj, obj_len);
189182
msg.free_l = msg_obj_free_l;

0 commit comments

Comments
 (0)