happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
307 stars 80 forks source link

Use completeBaseName in SourceAudio::open #821

Closed atsampson closed 1 year ago

atsampson commented 1 year ago

A TBC filename like "some 1.1 file.tbc" would otherwise produce the wrong audio filename.

Fixes #810. It's similar to #557 so I've checked for other uses of baseName - this was the only one remaining.