vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
