Changeset 188 for smplayer/trunk/src/mediadata.cpp
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/mediadata.cpp
r176 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 35 35 duration=0; 36 36 37 extra_params.clear(); 38 37 39 novideo = false; 38 40 39 41 video_width=0; 40 41 42 video_height=0; 43 video_aspect= (double) 4/3; 42 44 43 45 #if PROGRAM_SWITCH … … 70 72 stream_title = ""; 71 73 stream_url = ""; 74 stream_path = ""; 72 75 73 76 // Other data
Note:
See TracChangeset
for help on using the changeset viewer.