summaryrefslogtreecommitdiff
path: root/libavutil/base64.h
diff options
context:
space:
mode:
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