提交 973c68cb 编写于 作者: A Aurelien Jacobs

fix warning: assignment makes pointer from integer without a cast

Originally committed as revision 16523 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 10652dd5
......@@ -2071,7 +2071,7 @@ static int decode_thread(void *arg)
}
if(url_feof(ic->pb)) {
av_init_packet(pkt);
pkt->data=
pkt->data=NULL;
pkt->size=0;
pkt->stream_index= is->video_stream;
packet_queue_put(&is->videoq, pkt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册