fixup the correct sh_a

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15425 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2005-05-12 23:27:22 +00:00
parent 15ba985140
commit a66c45716a
1 changed files with 1 additions and 0 deletions

View File

@ -1187,6 +1187,7 @@ int demux_ogg_open(demuxer_t* demuxer) {
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);