From bb6ad56cb50cf7c243464e5743cc9a69eb85ee20 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 26 Sep 2003 19:21:08 +0000 Subject: [PATCH] 10l found by Dominik 'Rathann' Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10949 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_hwac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/ad_hwac3.c b/libmpcodecs/ad_hwac3.c index 22e35df303..14202195a1 100644 --- a/libmpcodecs/ad_hwac3.c +++ b/libmpcodecs/ad_hwac3.c @@ -287,7 +287,7 @@ static int dts_decode_header(uint8_t *indata_ptr, int *rate, int *nblks, int *sf *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; }