mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
add missing declaration for av_md5_sum
Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f28660eb3f
commit
93d6aeb0a4
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user