Commit aa75eb3
committed
fix hd-rum-transcode crash
since recent rewrite (17th Mar, commit 4def13b, pushed to master on Fri),
simple:
`hd-rumtranscode 8M 5004` crashed with:
`Invalid bitrate value -3 passed (either positive bitrate or magic values from -2 supported)!`
because RATE_DEFAULT is dispatched in main but not otherwise.
In the different contexts, RATE_DEFAULT is invalid so it must not be the
default init in VRXTX_INIT initializer.1 parent 71e8c1e commit aa75eb3
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments