mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
tests/api/api-seek-test: Silence compiler warnings about uninitialized variables
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
108db37586
commit
5952b8da0b
@ -243,7 +243,7 @@ static int seek_test(const char *input_filename, const char *start, const char *
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
|
||||
result = compute_crc_of_packets(fmt_ctx, video_stream, ctx, fr, i, j, 1);
|
||||
result = compute_crc_of_packets(fmt_ctx, video_stream, ctx, fr, 0, 0, 1);
|
||||
if (result != 0)
|
||||
return -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user