Changes between Initial Version and Version 1 of Ticket #532, comment 5
- Timestamp:
- 03/13/14 08:14:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #532, comment 5
initial v1 4 4 5 5 It looks like handbrake sets some invalid values there (as can be seen in the log you posted): 6 * the {{{base_width}}} and {{{base_height}}} should be unset (via the corresponding flag) rather than set to -1 (-1==4294967295 for 32-bit integers)6 * the {{{base_width}}} and {{{base_height}}} should be unset (via the corresponding flag) rather than set to -1 (-1==4294967295 for unsigned 32-bit integers) 7 7 * the {{{min_width}}} is greater than the {{{max_width}}}, no wonder things struggle to settle on a valid size! (the sanitize code should emit a warning) 8 8