[vlc-commits] D3D9: fix typo

Jean-Baptiste Kempf git at videolan.org
Tue Mar 1 19:07:25 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar  1 19:07:00 2016 +0100| [1e6811fe9498de251f57245e2f0cb660b14a5d48] | committer: Jean-Baptiste Kempf

D3D9: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e6811fe9498de251f57245e2f0cb660b14a5d48
---

 modules/video_output/msw/direct3d9.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/direct3d9.c b/modules/video_output/msw/direct3d9.c
index bebc357..5c3cf29 100644
--- a/modules/video_output/msw/direct3d9.c
+++ b/modules/video_output/msw/direct3d9.c
@@ -28,7 +28,7 @@
  * Preamble:
  *
  * This plugin will use YUV surface if supported, using YUV will result in
- * the best video quality (hardware filering when rescaling the picture)
+ * the best video quality (hardware filtering when rescaling the picture)
  * and the fastest display as it requires less processing.
  *
  * If YUV overlay is not supported this plugin will use RGB offscreen video



More information about the vlc-commits mailing list