mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
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:
parent
15ba985140
commit
a66c45716a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user