Commit 488232a
Add HEVC RefPicSetLtCurr and NumPocLtCurr picture parameters
Corresponds to the variables of same name as defined in section 8.3.2
of the HEVC spec.
The RefPicSetStCurrBefore and RefPicSetStCurrAfter can be derived
by sorting them, however there is no defined order for the
RefPicSetLtCurr and thus it must be provided explicitly.
This is needed for AMD driver and also to match the DXVA and Vulkan
Video interfaces.
Signed-off-by: David Rosca <[email protected]>1 parent 4c8971c commit 488232a
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
188 | 195 | | |
189 | | - | |
| 196 | + | |
190 | 197 | | |
191 | 198 | | |
192 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3317 | 3317 | | |
3318 | 3318 | | |
3319 | 3319 | | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
3320 | 3326 | | |
3321 | 3327 | | |
3322 | 3328 | | |
| |||
0 commit comments