1
0
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:
Stefano Sabatini 2011-08-18 14:28:42 +02:00
parent 9a15146768
commit 7fd3e1c766

View File

@ -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;