[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib/pub minisurf.h,1.19,1.20
From:       huangrenjie () helixcommunity ! org
Date:       2010-10-13 20:08:29
Message-ID: 201010132008.o9DK8YAK014545 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/sitelib/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv898/pub

Modified Files:
	minisurf.h 
Log Message:
Synopsis:  H263 playback with software decoder shows black screen due to incorrect \
image color format

Overview: The default image format for h263 is HX_OMXV. When H/W decoder fallback to \
S/W, the color format is not updated to H263_PIXEL_FORMAT, so Helix fails to render \
the decoded frames to video surface. In this fix, the color format is reconfigured \
accordingly after InitDecoder() is called: If omxv.so is in use, set the format as \
HX_OMXV, otherwise H263_PIXEL_FORMAT.



Index: minisurf.h
===================================================================
RCS file: /cvsroot/video/sitelib/pub/minisurf.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- minisurf.h	27 Apr 2009 06:35:15 -0000	1.19
+++ minisurf.h	13 Oct 2010 20:08:26 -0000	1.20
@@ -144,7 +144,7 @@
 
     virtual int             GetDstCID(int nIndex=0)=0;
     virtual HXBOOL            ScaleDuringRender(int nCID);
-
+    virtual void            SetSrcCID(int cidIn) {}
     HX_RESULT               AllocateDestBuffers(int nWidth,
                                                 int nHeight,
                                                 int nCount=1);


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic