Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mediadata.h

    r176 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    5757        double duration;
    5858
     59        QStringList extra_params; // For streams
     60
    5961        //Resolution of the video
    6062        int video_width;
     
    98100        QString stream_title;
    99101        QString stream_url;
     102        QString stream_path; // From mpv
    100103
    101104
Note: See TracChangeset for help on using the changeset viewer.