diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-10-21 15:04:13 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-10-21 15:04:13 +0000 |
commit | 458958cb355827c8849c0cc4102dbb32ca8e1a6c (patch) | |
tree | bbb4455f1b9b9e5a95a70110783989611a15b7f0 /src/libspudec/spu.c | |
parent | c5ae006f3d4fe7893374b35bc7fee73ca96dc8af (diff) | |
download | xine-lib-458958cb355827c8849c0cc4102dbb32ca8e1a6c.tar.gz xine-lib-458958cb355827c8849c0cc4102dbb32ca8e1a6c.tar.bz2 |
Some minor changes.
DVDs only have 8 audio streams.
CVS patchset: 849
CVS date: 2001/10/21 15:04:13
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r-- | src/libspudec/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 7338f2ae7..fa4c95085 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.16 2001/10/20 17:51:58 jcdutton Exp $ + * $Id: spu.c,v 1.17 2001/10/21 15:04:13 jcdutton Exp $ * */ @@ -297,7 +297,7 @@ static int spu_next_line (vo_overlay_t *spu) field ^= 1; // Toggle fields if (put_y >= spu->height) { - LOG (LOG_DEBUG, "."); + LOG (LOG_DEBUG, "put_y >= spu->height\n"); return -1; } return 0; |