diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-26 16:05:00 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-26 16:05:00 +0000 |
| commit | df308d6eac8943344bb3fe491ee0453340a487b3 (patch) | |
| tree | 40eba921b3f44378aec42c154269e158f94d8a1d /src/libspudec/spu.h | |
| parent | 02ee4b255312a7646f718cbe887701087402ff7c (diff) | |
| download | xine-lib-df308d6eac8943344bb3fe491ee0453340a487b3.tar.gz xine-lib-df308d6eac8943344bb3fe491ee0453340a487b3.tar.bz2 | |
* remove what appears to be debug code messing up colors for some SPUs
(thanks to James Slorach for providing the fix)
* implement a draft of a reset() function that will hopefully bring
the spu decoder into a safe state
* handle broken SPUs more gracefully
CVS patchset: 3377
CVS date: 2002/11/26 16:05:00
Diffstat (limited to 'src/libspudec/spu.h')
| -rw-r--r-- | src/libspudec/spu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h index 5fd959859..807048b2b 100644 --- a/src/libspudec/spu.h +++ b/src/libspudec/spu.h @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: spu.h,v 1.17 2002/11/20 11:57:44 mroi Exp $ + * $Id: spu.h,v 1.18 2002/11/26 16:05:00 mroi Exp $ * * This file was originally part of the OMS program. * @@ -63,6 +63,7 @@ typedef struct { int64_t pts; /* Base PTS of this sequence */ int32_t finished; /* Has this control sequence been finished? */ uint32_t complete; /* Has this reassembly been finished? */ + uint32_t broken; /* this SPU is broken and should be dropped */ } spudec_seq_t; typedef struct { |
