提交 a7e81d6f 编写于 作者: J John Bradley

deps-libff: (unsigned char *) -> (uint8_t *) cast fix

上级 d3c4c66c
......@@ -27,7 +27,7 @@ bool packet_queue_init(struct ff_packet_queue *q)
goto fail1;
av_init_packet(&q->flush_packet);
q->flush_packet.data = (unsigned char *) "FLUSH";
q->flush_packet.data = (uint8_t *)"FLUSH";
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册