summaryrefslogtreecommitdiffstats
path: root/demux/cue.c
Commit message (Collapse)AuthorAgeFilesLines
* demux: get rid of some bstr thingswm42015-06-241-7/+7
| | | | | Change the demuxer_add_attachment() and demuxer_add_chapter() signatures to take char* instead of bstr, and everything which depends on it.
* demux_cue: move cue parser to a separate filewm42015-05-191-0/+206
Preparation for the next commit.