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 *