mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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