Ticket #508 (closed defect: invalid)
subimport.mm bug
| Reported by: | cytrix | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Perian-Main | Version: | 1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
error check code is wrong at the line number 1138.
"if( !err )" should be modified to "if( err )".
it always miss a first subtitle track.
Change History
Note: See
TracTickets for help on using
tickets.

line 1138 doesn't have an if statement. Which line are you referring to?