mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
base64: fix little typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8f0768cc22
commit
57822f0660
@ -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("syntax check")
|
||||
}
|
||||
|
||||
return error_count;
|
||||
|
Loading…
Reference in New Issue
Block a user