mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 22:36:55 +00:00
Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f427444831
commit
30bb00bf15
@ -51,7 +51,7 @@ static int init(sh_audio_t *sh_audio)
|
||||
case 0x736F7774: // 'twos'
|
||||
sh_audio->sample_format=AF_FORMAT_S16_BE;
|
||||
// intended fall-through
|
||||
case 0x74776F73: // 'swot'
|
||||
case 0x74776F73: // 'sowt'
|
||||
if(sh_audio->samplesize==1) sh_audio->sample_format=AF_FORMAT_S8;
|
||||
break;
|
||||
case 0x32336c66: // 'fl32', bigendian float32
|
||||
|
Loading…
Reference in New Issue
Block a user