Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules


Modified Files:
        emotion_xine.c emotion_xine_vo_out.c 


Log Message:


use the new colorspace support in evas... :)

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_xine.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- emotion_xine.c      12 Mar 2006 09:56:13 -0000      1.29
+++ emotion_xine.c      19 Dec 2006 14:15:17 -0000      1.30
@@ -239,7 +239,7 @@
    ev->video = xine_open_video_driver(ev->decoder, "emotion",
                                      XINE_VISUAL_TYPE_NONE, ev);
    printf("RESULT: xine_open_video_driver() = %p\n", ev->video);
-   //Let xine autodetect the best audio output driver
+   // Let xine autodetect the best audio output driver
    ev->audio = xine_open_audio_driver(ev->decoder, NULL, ev);
 //   ev->audio = xine_open_audio_driver(ev->decoder, "oss", ev);
 // dont use alsa - alsa has oss emulation.   
===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/emotion_xine_vo_out.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- emotion_xine_vo_out.c       4 Feb 2006 13:43:13 -0000       1.2
+++ emotion_xine_vo_out.c       19 Dec 2006 14:15:17 -0000      1.3
@@ -440,7 +440,7 @@
      {
        void *buf;
        int ret;
-       
+
        if (fr->format == XINE_IMGFMT_YUY2)
          {
             _emotion_yuy2_to_bgra32(fr->width, fr->height, 
fr->vo_frame.base[0], fr->frame.bgra_data);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to