]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/md5.h
MLP/TrueHD decoder.
[ffmpeg] / libavutil / md5.h
index 8d1b4b5fe78907d4955cac7e311c305c55255654..7d63df01b3eceb3ab70b7b8ed9c44dcbc22b3b9d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef MD5_H
-#define MD5_H
+#ifndef FFMPEG_MD5_H
+#define FFMPEG_MD5_H
+
+#include <stdint.h>
 
 extern const int av_md5_size;
 
@@ -30,5 +32,5 @@ 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 */
+#endif /* FFMPEG_MD5_H */