[vlc-commits] vdpau: fix comment cut&paste error
Rémi Denis-Courmont
git at videolan.org
Tue Jul 16 20:59:41 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 16 20:38:17 2013 +0300| [c5e461c71451c27b100b5cfc6ff5f530f576d80a] | committer: Rémi Denis-Courmont
vdpau: fix comment cut&paste error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5e461c71451c27b100b5cfc6ff5f530f576d80a
---
include/vlc_fourcc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 9fa255e..9c5fccb 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -234,7 +234,7 @@
/* VDPAU video surface YCbCr 4:2:0 */
#define VLC_CODEC_VDPAU_VIDEO_420 VLC_FOURCC('V','D','V','0')
-/* VDPAU video surface YCbCr 4:2:0 */
+/* VDPAU video surface YCbCr 4:2:2 */
#define VLC_CODEC_VDPAU_VIDEO_422 VLC_FOURCC('V','D','V','2')
/* VDPAU output surface RGBA */
#define VLC_CODEC_VDPAU_OUTPUT VLC_FOURCC('V','D','O','R')
More information about the vlc-commits
mailing list