mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(ffmpeg) Cleanup
This commit is contained in:
parent
7895722f03
commit
7c3f227cab
@ -63,7 +63,7 @@ video_buffer_t *video_buffer_create(
|
||||
if (!b->buffer)
|
||||
goto fail;
|
||||
|
||||
for (int i = 0; i < capacity; i++)
|
||||
for (i = 0; i < (unsigned)capacity; i++)
|
||||
{
|
||||
b->buffer[i].index = i;
|
||||
b->buffer[i].pts = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user