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:
reimar 2007-03-04 13:56:45 +00:00
parent 0ff9a193c1
commit 0733dc5f01
1 changed files with 1 additions and 1 deletions

View File

@ -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);