summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-29 00:58:25 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-29 00:58:25 +0000
commit73d2051d619873011f0c6e053ae6b2e8bcc96c7b (patch)
tree0b5db480b97c2df05d0432a1b349fab65f089619 /mplayer.c
parent4984919e0b81198fd38b5114797c2025cfb5a013 (diff)
downloadmpv-73d2051d619873011f0c6e053ae6b2e8bcc96c7b.tar.bz2
mpv-73d2051d619873011f0c6e053ae6b2e8bcc96c7b.tar.xz
- audio track handling in menu (idea from RĂ¼diger Kuhlmann)
- some userfriendly changes in menu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 666f5dc1e4..38a486d6db 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1350,6 +1350,7 @@ fflush(stdout);
if ( !sh_video && sh_audio ) guiGetEvent( guiSetAudioOnly,(char *)1 ); else guiGetEvent( guiSetAudioOnly,(char *)0 );
guiGetEvent( guiSetFileFormat,(char *)demuxer->file_format );
if ( guiGetEvent( guiSetValues,(char *)sh_video ) ) goto goto_next_file;
+ guiGetEvent( guiSetDemuxer,(char *)demuxer );
}
#endif