summaryrefslogtreecommitdiff
path: root/libavutil/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/aes.h')
-rw-r--r--libavutil/aes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavutil/aes.h b/libavutil/aes.h
index 9c1a54e036..09efbda107 100644
--- a/libavutil/aes.h
+++ b/libavutil/aes.h
@@ -32,9 +32,7 @@
* @{
*/
-#if FF_API_CONTEXT_SIZE
-extern attribute_deprecated const int av_aes_size;
-#endif
+extern const int av_aes_size;
struct AVAES;