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

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib/pub/platform/unix miniandroidsurf.h,1.5,1.6
From:       huangrenjie () helixcommunity ! org
Date:       2010-10-13 20:08:30
Message-ID: 201010132008.o9DK8gVC014556 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
	miniandroidsurf.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: miniandroidsurf.h
===================================================================
RCS file: /cvsroot/video/sitelib/pub/platform/unix/miniandroidsurf.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- miniandroidsurf.h	4 Dec 2009 19:34:26 -0000	1.5
+++ miniandroidsurf.h	13 Oct 2010 20:08:27 -0000	1.6
@@ -98,6 +98,7 @@
   protected:
 
     virtual int GetDstCID(int nIndex=0);
+    virtual void SetSrcCID(int cidIn) { m_cidIn = cidIn; }
 
   private:
     int m_cidIn;


_______________________________________________
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