Commit 51fbc15
jianfeng.zheng
framereader: fix read_frame_I010
As libva defined:
```
/** I010: three-plane 10-bit YUV 4:2:0.
*
* Each sample is a two-byte little-endian value with the top six bits ignored.
* The three planes contain Y, V and U respectively.
*/
```
Signed-off-by: jianfeng.zheng <[email protected]>1 parent 5d9ed4f commit 51fbc15
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments