Unbreak audio, thanks to Uoti for the insight

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27055 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2008-06-12 21:53:48 +00:00
parent 8ae55f0e77
commit e48c36a84a
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ static demuxer_t* demux_open_rtp(demuxer_t* demuxer)
sh_audio_t* sh_audio = new_sh_audio(demuxer,0);
WAVEFORMATEX* wf;
demux_stream_t* d_audio = demuxer->audio;
demuxer->audio->id = 0;
mp_msg(MSGT_DEMUX, MSGL_INFO, "Detected as AUDIO stream...\n");