Changeset 30714 for titan/titan/struct.h
- Timestamp:
- 10/25/14 22:15:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/struct.h
r30708 r30714 1905 1905 typedef enum { stUnknown, stPlainText, stSSA, stASS, stSRT, stVOB, stPGS } subtype_t; 1906 1906 typedef enum {atUnknown, atMPEG, atMP3, atAC3, atDTS, atAAC, atPCM, atOGG, atFLAC, atWMA} audiotype_t; 1907 //typedef struct _CustomData {1908 typedef struct CustomData {1907 typedef struct _CustomData { 1908 //typedef struct CustomData { 1909 1909 GstElement *playbin2; /* Our one and only element */ 1910 1910
Note: See TracChangeset
for help on using the changeset viewer.