[vlc-commits] yuv: remove unused data

Rémi Denis-Courmont git at videolan.org
Tue Apr 26 22:14:21 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 26 23:00:54 2016 +0300| [e6a7f184a0030c83b7b1eeb540b97c0cac8ab512] | committer: Rémi Denis-Courmont

yuv: remove unused data

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

 modules/video_output/yuv.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/video_output/yuv.c b/modules/video_output/yuv.c
index b80a7f8..fea4547 100644
--- a/modules/video_output/yuv.c
+++ b/modules/video_output/yuv.c
@@ -74,9 +74,6 @@ vlc_module_end()
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
-static const char *const ppsz_vout_options[] = {
-    "file", "chroma", "yuv4mpeg2", NULL
-};
 
 /* */
 static picture_pool_t *Pool  (vout_display_t *, unsigned);



More information about the vlc-commits mailing list