You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/tests/imgutils: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int i;
|
||||
int64_t x, y;
|
||||
|
||||
for (y = -1; y<UINT_MAX; y+= y/2 + 1) {
|
||||
|
Reference in New Issue
Block a user