mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1a15dd77c0
commit
521d2d5f46
|
@ -88,7 +88,7 @@ static int init(sh_audio_t *sh){
|
|||
sh->channels=(this->frame.header.mode == MAD_MODE_SINGLE_CHANNEL) ? 1 : 2;
|
||||
sh->samplerate=this->frame.header.samplerate;
|
||||
sh->i_bps=this->frame.header.bitrate/8;
|
||||
sh_audio->samplesize=2;
|
||||
sh->samplesize=2;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue