Mercurial > mplayer.hg
comparison Gui/win32/interface.c @ 22394:ecaabc8f28cc
add missing playtree entry
author | vayne |
---|---|
date | Fri, 02 Mar 2007 15:14:14 +0000 |
parents | 8ab800c12f85 |
children | 299ec0c2a313 |
comparison
equal
deleted
inserted
replaced
22393:d98166c91eea | 22394:ecaabc8f28cc |
---|---|
521 if(guiIntfStruct.mpcontext) | 521 if(guiIntfStruct.mpcontext) |
522 { | 522 { |
523 audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext); | 523 audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext); |
524 video_out = mpctx_get_video_out(guiIntfStruct.mpcontext); | 524 video_out = mpctx_get_video_out(guiIntfStruct.mpcontext); |
525 mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); | 525 mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); |
526 } | 526 playtree = mpctx_get_playtree_iter(guiIntfStruct.mpcontext); |
527 } | |
527 | 528 |
528 switch (type) | 529 switch (type) |
529 { | 530 { |
530 case guiSetFileFormat: | 531 case guiSetFileFormat: |
531 guiIntfStruct.FileFormat = (int) arg; | 532 guiIntfStruct.FileFormat = (int) arg; |