Message ID | AS8P250MB0744337ECF111CBC10BC8A9F8F222@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM |
---|---|
State | Accepted |
Commit | 2a87345e696577f0ef1853e48e0a419c221dd3eb |
Headers | show |
Series | [FFmpeg-devel,1/2] avcodec/vdpau: Remove outdated comment | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
Andreas Rheinhardt: > Forgotten in b773a8d8c1dfe4cfc6eabf509e26ab011270b9ed. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> > --- > 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 > * Will apply this patchset tomorrow unless there are objections. - Andreas
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 *
Forgotten in b773a8d8c1dfe4cfc6eabf509e26ab011270b9ed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- libavcodec/vdpau.c | 3 --- 1 file changed, 3 deletions(-)