[vlc-commits] nvdec: fix missing date in GPU to CPU filtering
Steve Lhomme
git at videolan.org
Wed Oct 2 15:14:30 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Oct 2 15:14:23 2019 +0200| [304371615f06640b82df8aae758428cc9da41dff] | committer: Steve Lhomme
nvdec: fix missing date in GPU to CPU filtering
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=304371615f06640b82df8aae758428cc9da41dff
---
modules/hw/nvdec/chroma.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/hw/nvdec/chroma.c b/modules/hw/nvdec/chroma.c
index e41413dd39..eddc91098f 100644
--- a/modules/hw/nvdec/chroma.c
+++ b/modules/hw/nvdec/chroma.c
@@ -94,6 +94,7 @@ static picture_t * FilterCUDAToCPU( filter_t *p_filter, picture_t *src )
}
srcY += srcpic->bufferHeight;
}
+ picture_CopyProperties(dst, src);
done:
CALL_CUDA(cuCtxPopCurrent, NULL);
More information about the vlc-commits
mailing list