]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/base64.h
const
[ffmpeg] / libavutil / base64.h
index e05ead1e03fe2493b02683fcfc54422c1a8c10e2..e95e4ea3e30579c7297355c3e49857a37614707c 100644 (file)
@@ -35,6 +35,6 @@ int av_base64_decode(uint8_t * out, const char *in, int out_length);
  * @param src data, not a string
  * @param buf output string
  */
-char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len);
+char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len);
 
 #endif /* FFMPEG_BASE64_H */