Commit 97597da
authored
fix(oiiotool): make sure
`oiiotool --compression XXX` just used the argument as a literal, and
wasn't able to use expression substitution for the value. That made it
behave differently than the supposedly synonymous `--attrib compression
XXX` in the case that the argument was an expression rather than a
literal value.
Signed-off-by: Larry Gritz <lg@larrygritz.com>oiiotool --compression does expression substitution (#5055)1 parent 3cefa62 commit 97597da
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
1166 | 1175 | | |
1167 | 1176 | | |
1168 | 1177 | | |
| |||
6758 | 6767 | | |
6759 | 6768 | | |
6760 | 6769 | | |
6761 | | - | |
6762 | | - | |
| 6770 | + | |
| 6771 | + | |
| 6772 | + | |
6763 | 6773 | | |
6764 | 6774 | | |
6765 | 6775 | | |
| |||
0 commit comments