Changeset 188 for smplayer/trunk/src/core.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/core.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/core.h
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 73 73 void open(QString file, int seek=-1); 74 74 void openFile(QString filename, int seek=-1); 75 void openStream(QString name );75 void openStream(QString name); 76 76 /* 77 77 void openDVD( bool from_folder, QString directory = ""); … … 103 103 void unloadAudioFile(); 104 104 105 void stop(); 106 void play();105 void stop(); 106 void play(); 107 107 void play_or_pause(); 108 void pause_and_frame_step();108 void pause_and_frame_step(); 109 109 void pause(); 110 110 void frameStep(); … … 178 178 void changeUnsharp(int); 179 179 void changeLetterbox(bool); 180 180 181 void changeLetterboxOnFullscreen(bool); 182 181 183 void changeUpscale(bool); 182 184 void changeStereo3d(const QString & in, const QString & out); … … 320 322 void changeAdapter(int n); 321 323 #endif 324 325 322 326 323 327 void incZoom(); … … 495 499 void showFrame(int frame); 496 500 void ABMarkersChanged(int secs_a, int secs_b); 501 497 502 void needResize(int w, int h); 498 503 void noVideo();
Note:
See TracChangeset
for help on using the changeset viewer.
