[Mplayer-cvslog] CVS: main/libmpcodecs ad_hwac3.c,1.9,1.10
Alex Beregszaszi
alex at mplayerhq.hu
Fri Sep 26 21:21:54 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv4469
Modified Files:
ad_hwac3.c
Log Message:
10l found by Dominik 'Rathann' Mierzejewski <dominik at rangers.eu.org>
Index: ad_hwac3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_hwac3.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ad_hwac3.c 28 Apr 2003 16:17:26 -0000 1.9
+++ ad_hwac3.c 26 Sep 2003 19:21:08 -0000 1.10
@@ -287,7 +287,7 @@
*nblks != 128 &&
ftype == 1)
{
- mp_msg(MSGT_DECAUDIO, MSGL_ERR, "DTS: nblks %d not valid for normal frame, REPORT BUG\n", nblks);
+ mp_msg(MSGT_DECAUDIO, MSGL_ERR, "DTS: nblks %d not valid for normal frame, REPORT BUG\n", *nblks);
return -1;
}
More information about the MPlayer-cvslog
mailing list