Ticket #1089: mplayer patch.txt

File mplayer patch.txt, 466 bytes (added by rgsteele@…, 18 years ago)

Patch

Line 
1Index: mplayer.c
2===================================================================
3--- mplayer.c (revision 26877)
4+++ mplayer.c (working copy)
5@@ -3577,6 +3577,7 @@
6 //================ SETUP AUDIO ==========================
7
8 if(mpctx->sh_audio){
9+ mpctx->sh_audio->ds = mpctx->d_audio;
10 reinit_audio_chain();
11 if (mpctx->sh_audio && mpctx->sh_audio->codec)
12 mp_msg(MSGT_IDENTIFY,MSGL_INFO, "ID_AUDIO_CODEC=%s\n", mpctx->sh_audio->codec->name);