Mercurial > mplayer.hg
changeset 15424:148fbef7e95b
fixup the correct sh_a
author | nicodvb |
---|---|
date | Thu, 12 May 2005 23:27:22 +0000 |
parents | 9a126d9d6d42 |
children | 2071633f9bdc |
files | libmpdemux/demux_ogg.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c Thu May 12 23:12:27 2005 +0000 +++ b/libmpdemux/demux_ogg.c Thu May 12 23:27:22 2005 +0000 @@ -1187,6 +1187,7 @@ mp_msg(MSGT_DEMUX,MSGL_V,"Ogg demuxer : found %d audio stream%s, %d video stream%s and %d text stream%s\n",n_audio,n_audio>1?"s":"",n_video,n_video>1?"s":"",ogg_d->n_text,ogg_d->n_text>1?"s":""); + sh_a = demuxer->audio->sh; if(sh_a) if(sh_a->format == FOURCC_VORBIS) fixup_vorbis_wf(sh_a);