Age | Commit message (Collapse) | Author |
|
|
|
(fixes missing audio tracks when there are multiple tracks of different type,
and those won't appear in order in ts file)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes collecting PMT packets when PMT spans over multiple TS packets
and PAT is muxed to middle of PMT packets.
|
|
- Use stream index when language is not known.
- Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels.
|
|
- Condition if(this->audio_tracks[channel].lang) is always true.
Use if(this->audio_tracks[channel].lang[0]) instead.
- Use stream index instead of current audio track when language is not known.
- Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dropped priority.
Define BUF_SPU_HDMV.
|
|
|
|
|