mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Fix pakcet -> packet typo in output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22444 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ff9a193c1
commit
0733dc5f01
@ -210,7 +210,7 @@ static int demux_avs_fill_buffer(demuxer_t *demuxer, demux_stream_t *ds)
|
||||
int samples = sh_audio->samplerate;
|
||||
uint64_t l = samples * sh_audio->channels * sh_audio->samplesize;
|
||||
if (l > INT_MAX) {
|
||||
mp_msg(MSGT_DEMUX, MSGL_FATAL, "AVS: audio pakcet too big\n");
|
||||
mp_msg(MSGT_DEMUX, MSGL_FATAL, "AVS: audio packet too big\n");
|
||||
return 0;
|
||||
}
|
||||
dp = new_demux_packet(l);
|
||||
|
Loading…
Reference in New Issue
Block a user