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/mediasettings.h

    r181 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
     
    2828#include "config.h"
    2929#include "audioequalizerlist.h"
     30
     31//#define MSET_USE_STARTING_TIME
    3032
    3133class QSettings;
     
    142144#endif
    143145
     146#ifdef MSET_USE_STARTING_TIME
    144147        // This a property of the video and it should be
    145     // in mediadata, but we have to save it to preserve
     148        // in mediadata, but we have to save it to preserve
    146149        // this data among restarts.
    147150        double starting_time; // Some videos don't start at 0
     151#endif
    148152
    149153        //! The codec of the video is ffh264 and it's high definition
Note: See TracChangeset for help on using the changeset viewer.