mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10949 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
135e80131b
commit
bb6ad56cb5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user