Changeset 30678 for titan/titan/struct.h


Ignore:
Timestamp:
10/24/14 19:38:56 (9 years ago)
Author:
obi
Message:

[mispel] update gst subtitles stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/struct.h

    r30665 r30678  
    19021902};
    19031903
     1904#ifdef EPLAYER4
     1905typedef enum { stUnknown, stPlainText, stSSA, stASS, stSRT, stVOB, stPGS } subtype_t;
     1906typedef enum {atUnknown, atMPEG, atMP3, atAC3, atDTS, atAAC, atPCM, atOGG, atFLAC, atWMA} audiotype_t;
     1907typedef struct _CustomData {
     1908  gboolean is_live;
     1909  GstElement *pipeline;
     1910  GMainLoop *loop;
     1911} CustomData;
    19041912#endif
     1913
     1914#endif
Note: See TracChangeset for help on using the changeset viewer.