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
base64: fix little typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer
14 years ago
parent
8f0768cc22
commit
57822f0660
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/base64.c
+ 1
- 1
libavutil/base64.c
View File
@@ -187,7 +187,7 @@ int main(void)
for(i=0; i<10000; i++){
START_TIMER
av_base64_decode(NULL, out, 0);
STOP_TIMER("sytax check")
STOP_TIMER("sy
n
tax check")
}
return error_count;
Write
Preview
Loading…
Cancel
Save