mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 06:44:29 +00:00
lavdev/lavfi: initialize variable, fix warning
This commit is contained in:
parent
9a15146768
commit
7fd3e1c766
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user