Mercurial > mplayer.hg
changeset 7958:2a5def1e08d7
10l - fixed wma version misdetection
author | alex |
---|---|
date | Tue, 29 Oct 2002 16:40:45 +0000 |
parents | 31fd09cc9ba2 |
children | 9b8dd240314d |
files | libmpcodecs/ad_ffmpeg.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c Tue Oct 29 11:26:26 2002 +0000 +++ b/libmpcodecs/ad_ffmpeg.c Tue Oct 29 16:40:45 2002 +0000 @@ -66,6 +66,7 @@ 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) {