Browse Source

base64: fix little typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer 14 years ago
parent
commit
57822f0660
1 changed files with 1 additions and 1 deletions
  1. +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("syntax check")
}

return error_count;


Loading…
Cancel
Save