mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
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:
parent
8ae55f0e77
commit
e48c36a84a
@ -224,6 +224,7 @@ static demuxer_t* demux_open_rtp(demuxer_t* demuxer)
|
|||||||
sh_audio_t* sh_audio = new_sh_audio(demuxer,0);
|
sh_audio_t* sh_audio = new_sh_audio(demuxer,0);
|
||||||
WAVEFORMATEX* wf;
|
WAVEFORMATEX* wf;
|
||||||
demux_stream_t* d_audio = demuxer->audio;
|
demux_stream_t* d_audio = demuxer->audio;
|
||||||
|
demuxer->audio->id = 0;
|
||||||
|
|
||||||
mp_msg(MSGT_DEMUX, MSGL_INFO, "Detected as AUDIO stream...\n");
|
mp_msg(MSGT_DEMUX, MSGL_INFO, "Detected as AUDIO stream...\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user