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
lavfi/opencv: isgraph -> av_isgraph.
Fix build after
88d55b8
.
tags/n1.2
Clément Bœsch
12 years ago
parent
88d55b827d
commit
14e240cb4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_libopencv.c
+ 1
- 1
libavfilter/vf_libopencv.c
View File
@@ -177,7 +177,7 @@ static int read_shape_from_file(int *cols, int *rows, int **values, const char *
p++;
break;
} else
(*values)[*cols*i + j] = !!isgraph(*(p++));
(*values)[*cols*i + j] = !!
av_
isgraph(*(p++));
}
}
av_file_unmap(buf, size);
Write
Preview
Loading…
Cancel
Save