Opened 18 years ago
Closed 18 years ago
#5756 closed defect (fixed)
mythvideo, runtime can't be -1
| Reported by: | Owned by: | Anduin Withers | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythvideo | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The runtime is store in videometadata as :
length int(10) unsigned NOT NULL,
When an unknown runtime should be set at -1 (videofilter.cpp)
Either the database shema need to be updated to all signed int, either kRuntimeFilterUnknown should be 0 in videofilter.cpp Xavier
Change History (5)
Note:
See TracTickets
for help on using tickets.

(In [18534]) References #5756
Fixes kRuntimeFilterUnknown brokenness, ignores Metadata field/representation mismatch.