changeset 36639:f42155eac256

vo_sdl: remove nonsense code, all cases can handle both IYUV and I420.
author reimar
date Sat, 25 Jan 2014 16:55:07 +0000
parents 35bb402eb4a7
children e648bb154916
files libvo/vo_sdl.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_sdl.c	Sat Jan 25 16:55:06 2014 +0000
+++ b/libvo/vo_sdl.c	Sat Jan 25 16:55:07 2014 +0000
@@ -571,8 +571,6 @@
 
     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: