Commit e8dabe79 authored by ivo's avatar ivo

add missing declaration for av_md5_sum



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5a1fcb98
......@@ -8,6 +8,7 @@ struct AVMD5;
void av_md5_init(struct AVMD5 *ctx);
void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);
void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len);
#endif /* MD5_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment