summaryrefslogtreecommitdiffstats
path: root/demux/cue.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/cue.h')
-rw-r--r--demux/cue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/cue.h b/demux/cue.h
index f58ca79fe5..5645dd01ab 100644
--- a/demux/cue.h
+++ b/demux/cue.h
@@ -30,9 +30,9 @@ struct cue_file {
struct cue_track {
double pregap_start; // corresponds to INDEX 00
double start; // corresponds to INDEX 01
- struct bstr filename;
+ char *filename;
int source;
- struct bstr title;
+ char *title;
};
bool mp_probe_cue(struct bstr data);