提交 7fd3e1c7 编写于 作者: S Stefano Sabatini

lavdev/lavfi: initialize variable, fix warning

上级 9a151467
......@@ -213,7 +213,7 @@ static int lavfi_read_packet(AVFormatContext *avctx, AVPacket *pkt)
{
LavfiContext *lavfi = avctx->priv_data;
double min_pts = DBL_MAX;
int min_pts_sink_idx;
int min_pts_sink_idx = 0;
AVFilterBufferRef *picref;
AVPicture pict;
int ret, i, size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册