You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user