endianness fix.

This commit is contained in:
Adam D. Moss 1999-05-31 17:15:21 +00:00
parent 336027797e
commit 76cb84f8b4
2 changed files with 14 additions and 4 deletions

View File

@ -1,9 +1,9 @@
/* The GIMP -- an image manipulation program /* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis * Copyright (C) 1995 Spencer Kimball and Peter Mattis
* *
* Plugin to load MPEG movies. * Plugin to load MPEG movies. (C) 1997-99 Adam D. Moss
* *
* v1.0 - by Adam D. Moss, adam@gimp.org, adam@foxbox.org * v1.1 - by Adam D. Moss, adam@gimp.org, adam@foxbox.org
* Requires mpeg_lib by Gregory P. Ward. See notes below for * Requires mpeg_lib by Gregory P. Ward. See notes below for
* obtaining and patching mpeg_lib. * obtaining and patching mpeg_lib.
* *
@ -28,6 +28,8 @@
* contains a bug in end-of-stream reporting, which will cause it * * contains a bug in end-of-stream reporting, which will cause it *
* to crash in conjunction with this plugin. I enclose a simple * * to crash in conjunction with this plugin. I enclose a simple *
* patch below which fixes the problem (or at least the symptom.;))* * patch below which fixes the problem (or at least the symptom.;))*
*******************************************************************
* Addendum: mpeg_lib 1.3.0 is now released and much better! *
*******************************************************************/ *******************************************************************/
/******************************************************************* /*******************************************************************
@ -50,6 +52,9 @@
/* /*
* Changelog: * Changelog:
* *
* 99/05/31
* v1.1: Endianness fix.
*
* 97/09/21 * 97/09/21
* v1.0: Initial release. [Adam] * v1.0: Initial release. [Adam]
*/ */

View File

@ -1,9 +1,9 @@
/* The GIMP -- an image manipulation program /* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis * Copyright (C) 1995 Spencer Kimball and Peter Mattis
* *
* Plugin to load MPEG movies. * Plugin to load MPEG movies. (C) 1997-99 Adam D. Moss
* *
* v1.0 - by Adam D. Moss, adam@gimp.org, adam@foxbox.org * v1.1 - by Adam D. Moss, adam@gimp.org, adam@foxbox.org
* Requires mpeg_lib by Gregory P. Ward. See notes below for * Requires mpeg_lib by Gregory P. Ward. See notes below for
* obtaining and patching mpeg_lib. * obtaining and patching mpeg_lib.
* *
@ -28,6 +28,8 @@
* contains a bug in end-of-stream reporting, which will cause it * * contains a bug in end-of-stream reporting, which will cause it *
* to crash in conjunction with this plugin. I enclose a simple * * to crash in conjunction with this plugin. I enclose a simple *
* patch below which fixes the problem (or at least the symptom.;))* * patch below which fixes the problem (or at least the symptom.;))*
*******************************************************************
* Addendum: mpeg_lib 1.3.0 is now released and much better! *
*******************************************************************/ *******************************************************************/
/******************************************************************* /*******************************************************************
@ -50,6 +52,9 @@
/* /*
* Changelog: * Changelog:
* *
* 99/05/31
* v1.1: Endianness fix.
*
* 97/09/21 * 97/09/21
* v1.0: Initial release. [Adam] * v1.0: Initial release. [Adam]
*/ */