git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c55fd7
)
fopen "r" -> "rb"
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 23 Dec 2004 20:13:59 +0000
(20:13 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 23 Dec 2004 20:13:59 +0000
(20:13 +0000)
Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/tiny_psnr.c
patch
|
blob
|
history
diff --git
a/tests/tiny_psnr.c
b/tests/tiny_psnr.c
index
be129fa
..
996f040
100644
(file)
--- a/
tests/tiny_psnr.c
+++ b/
tests/tiny_psnr.c
@@
-106,8
+106,8
@@
int main(int argc,char* argv[]){
return -1;
}
- f[0]= fopen(argv[1], "r");
- f[1]= fopen(argv[2], "r");
+ f[0]= fopen(argv[1], "r
b
");
+ f[1]= fopen(argv[2], "r
b
");
for(i=0;;){
if( fread(buf[0], SIZE, 1, f[0]) != 1) break;