[MPlayer-cvslog] r36735 - trunk/libvo/vo_sdl.c

reimar subversion at mplayerhq.hu
Sat Jan 25 17:55:07 CET 2014


Author: reimar
Date: Sat Jan 25 17:55:07 2014
New Revision: 36735

Log:
vo_sdl: remove nonsense code, all cases can handle both IYUV and I420.

Modified:
   trunk/libvo/vo_sdl.c

Modified: trunk/libvo/vo_sdl.c
==============================================================================
--- trunk/libvo/vo_sdl.c	Sat Jan 25 17:55:06 2014	(r36734)
+++ trunk/libvo/vo_sdl.c	Sat Jan 25 17:55:07 2014	(r36735)
@@ -571,8 +571,6 @@ config(uint32_t width, uint32_t height, 
 
     switch(format){
         case IMGFMT_I420:
-            mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SDL_MappingI420ToIYUV);
-            format = SDL_IYUV_OVERLAY;
 		case IMGFMT_YV12:
 		case IMGFMT_IYUV:
 		case IMGFMT_YUY2:


More information about the MPlayer-cvslog mailing list