This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/tests/imgutils: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.3
Michael Niedermayer
9 years ago
parent
3ab8436ff6
commit
4cf3def805
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavutil/tests/imgutils.c
+ 0
- 1
libavutil/tests/imgutils.c
View File
@@ -22,7 +22,6 @@
int main(void)
{
int i;
int64_t x, y;
for (y = -1; y<UINT_MAX; y+= y/2 + 1) {
Write
Preview
Loading…
Cancel
Save