vlc/vlc-3.0 | branch: master | Thomas Guillem <[email protected]> | Mon Mar 19 11:53:09 2018 +0100| [77d92855e2736ac2b9a1ac73c93ffe74baec4eec] | committer: Thomas Guillem
i420_10_p010: lower priority The i420_nv12 module should be used instead. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=77d92855e2736ac2b9a1ac73c93ffe74baec4eec --- modules/video_chroma/i420_10_p010.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_chroma/i420_10_p010.c b/modules/video_chroma/i420_10_p010.c index a13104736f..875307bfbb 100644 --- a/modules/video_chroma/i420_10_p010.c +++ b/modules/video_chroma/i420_10_p010.c @@ -129,6 +129,6 @@ static void I420_10_P010( filter_t *p_filter, picture_t *p_src, *****************************************************************************/ vlc_module_begin () set_description( N_("YUV 10-bits planar to semiplanar 10-bits conversions") ) - set_capability( "video converter", 160 ) + set_capability( "video converter", 1 ) set_callbacks( Create, Delete ) vlc_module_end () _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
