johnymarek / tsdemuxer

Automatically exported from code.google.com/p/tsdemuxer
Other
0 stars 0 forks source link

Output filenames are wrong if input has multiple "."s in the name #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example:
Input is "G.I. Joe - The Rise of Cobra.ts" output filenames are 
"G.track_xxx.xxx"

Fix: In ts.cpp change pp=strchr(p,'.') to pp=strrchr(p,'.')

Original issue reported on code.google.com by Torrenti...@gmail.com on 26 Jan 2010 at 5:32