]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/md5.h
lavu: Drop deprecated context size variables
[ffmpeg] / libavutil / md5.h
index 29e4e7c2ba2de901647f9cd12538be791fff4864..c26318c01d9326ebb928a048ed095edcd7410c87 100644 (file)
  * @{
  */
 
-#if FF_API_CONTEXT_SIZE
-extern attribute_deprecated const int av_md5_size;
-#endif
-
 struct AVMD5;
 
 struct AVMD5 *av_md5_alloc(void);