From 2a87345e696577f0ef1853e48e0a419c221dd3eb Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 5 Mar 2024 16:19:15 +0100 Subject: [PATCH] avcodec/vdpau: Remove outdated comment Forgotten in b773a8d8c1dfe4cfc6eabf509e26ab011270b9ed. Signed-off-by: Andreas Rheinhardt --- libavcodec/vdpau.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c index 2b9b78d8d0..c56ee1f44c 100644 --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -34,9 +34,6 @@ #include "vdpau.h" #include "vdpau_internal.h" -// XXX: at the time of adding this ifdefery, av_assert* wasn't use outside. -// When dropping it, make sure other av_assert* were not added since then. - /** * @addtogroup VDPAU_Decoding *