Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mediadata.h

    r124 r128  
    2525#include "subtracks.h"
    2626#include "titletracks.h"
     27#include "chapters.h"
    2728#include "config.h"
    2829
     
    7576        SubTracks subs;
    7677
    77 #if GENERIC_CHAPTER_SUPPORT
    78         int chapters;
    79 #else
    80         //int chapters, angles; // for DVDs
     78        Chapters chapters;
    8179
    82         // Matroshka chapters
    83         int mkv_chapters;
    84 #endif
     80        int n_chapters;
    8581
    8682        // Clip info
Note: See TracChangeset for help on using the changeset viewer.