Changeset 186 for smplayer/vendor/current/src/mediadata.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mediadata.h
r175 r186 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 … … 57 57 double duration; 58 58 59 QStringList extra_params; // For streams 60 59 61 //Resolution of the video 60 62 int video_width; … … 98 100 QString stream_title; 99 101 QString stream_url; 102 QString stream_path; // From mpv 100 103 101 104
Note:
See TracChangeset
for help on using the changeset viewer.