[vlc-commits] vdpau: remove no-op
Rémi Denis-Courmont
git at videolan.org
Wed Jul 24 22:42:52 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 24 23:25:01 2013 +0300| [fdf062826d4c55d6d4a4fde1fec272c7ae2283c2] | committer: Rémi Denis-Courmont
vdpau: remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdf062826d4c55d6d4a4fde1fec272c7ae2283c2
---
modules/hw/vdpau/avcodec.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/hw/vdpau/avcodec.c b/modules/hw/vdpau/avcodec.c
index f243240..e7e3216 100644
--- a/modules/hw/vdpau/avcodec.c
+++ b/modules/hw/vdpau/avcodec.c
@@ -98,8 +98,6 @@ static void Unlock(vlc_va_t *va, AVFrame *ff)
assert(field != NULL);
field->destroy(field);
- ff->data[0] = ff->data[3] = NULL;
- ff->opaque = NULL;
(void) va;
}
More information about the vlc-commits
mailing list