mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Comment fix.
This commit is contained in:
parent
9f0c5754a6
commit
84f8ecd072
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ _ssize(oss_audio_t *self, int *nchannels, int *ssize)
|
|||
case AFMT_S16_BE:
|
||||
case AFMT_U16_LE:
|
||||
case AFMT_U16_BE:
|
||||
*ssize = 2; /* 16 bit formats: 1 byte */
|
||||
*ssize = 2; /* 16 bit formats: 2 byte */
|
||||
break;
|
||||
case AFMT_MPEG:
|
||||
case AFMT_IMA_ADPCM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue