summaryrefslogtreecommitdiff
path: root/libavutil/base64.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-30 15:38:06 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-30 15:38:06 +0000
commit49bd8e4b843d9a92fdb8ef4361a551a1e019c65d (patch)
tree3004e5605d2b5328b3cba95b884327f9bcfd3aca /libavutil/base64.h
parent38e23c88db9a6b1ce15a2eca431b824f65b214bc (diff)
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/base64.h')
-rw-r--r--libavutil/base64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/base64.h b/libavutil/base64.h
index 477128afab..68429366c1 100644
--- a/libavutil/base64.h
+++ b/libavutil/base64.h
@@ -24,7 +24,7 @@
#include <stdint.h>
/**
- * Decodes the base64-encoded string in in and puts the decoded
+ * Decode the base64-encoded string in in and put the decoded
* data in out.
*
* @param out_size size in bytes of the out buffer, it should be at
@@ -35,7 +35,7 @@
int av_base64_decode(uint8_t *out, const char *in, int out_size);
/**
- * Encodes in base64 the data in in and puts the resulting string
+ * Encode in base64 the data in in and put the resulting string
* in out.
*
* @param out_size size in bytes of the out string, it should be at