comparison mplayer.c @ 1796:13ea5f992185

fix stop subimage
author pontscho
date Fri, 31 Aug 2001 10:30:57 +0000
parents ba11d77c587a
children d1aabeb7274f
comparison
equal deleted inserted replaced
1795:4dde03edb55e 1796:13ea5f992185
1856 if(video_out) vo2_close(video_out); 1856 if(video_out) vo2_close(video_out);
1857 #else 1857 #else
1858 if(video_out) video_out->uninit(); 1858 if(video_out) video_out->uninit();
1859 #endif 1859 #endif
1860 1860
1861 #ifdef HAVE_NEW_GUI
1862 mplSubRender=1;
1863 wsPostRedisplay( &appMPlayer.subWindow );
1864 #endif
1865
1861 current_module="uninit_ao"; 1866 current_module="uninit_ao";
1862 if(audio_out) audio_out->uninit(); 1867 if(audio_out) audio_out->uninit();
1863 // if(encode_name) avi_fixate(); 1868 // if(encode_name) avi_fixate();
1864 } 1869 }
1865 1870