mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
10l - fixed wma version misdetection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7959 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba80103442
commit
94f5f95d31
@ -66,6 +66,7 @@ static int init(sh_audio_t *sh_audio)
|
||||
lavc_context->bit_rate = sh_audio->wf->nAvgBytesPerSec * 8;
|
||||
lavc_context->fourcc = sh_audio->format;
|
||||
lavc_context->block_align = sh_audio->wf->nBlockAlign;
|
||||
lavc_context->codec_id = lavc_codec->id;
|
||||
|
||||
/* alloc extra data */
|
||||
if (sh_audio->wf->cbSize > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user