[svn] / branches / release-1_0-branch / xvidcore / examples / xvid_decraw.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/examples/xvid_decraw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1500, Fri Jul 16 19:56:13 2004 UTC revision 1501, Sat Jul 17 11:42:46 2004 UTC
# Line 20  Line 20 
20   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid_decraw.c,v 1.10.2.4 2004-04-15 22:39:30 edgomez Exp $   * $Id: xvid_decraw.c,v 1.10.2.5 2004-07-17 11:41:41 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 629  Line 629 
629          xvid_gbl_init_t   xvid_gbl_init;          xvid_gbl_init_t   xvid_gbl_init;
630          xvid_dec_create_t xvid_dec_create;          xvid_dec_create_t xvid_dec_create;
631    
632            /* Reset the structure with zeros */
633            memset(&xvid_gbl_init, 0, sizeof(xvid_gbl_init_t));
634            memset(&xvid_dec_create, 0, sizeof(xvid_dec_create_t));
635    
636          /*------------------------------------------------------------------------          /*------------------------------------------------------------------------
637           * XviD core initialization           * XviD core initialization
638           *----------------------------------------------------------------------*/           *----------------------------------------------------------------------*/

Legend:
Removed from v.1500  
changed lines
  Added in v.1501

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4