fix, mac hwcodec decoding align use dst_align (#8215)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
d4dda94e2a
commit
8919ea65e3
7 changed files with 114 additions and 246 deletions
|
|
@ -445,7 +445,7 @@ impl VideoRenderer {
|
|||
rgba.raw.len() as _,
|
||||
rgba.w as _,
|
||||
rgba.h as _,
|
||||
rgba.stride() as _,
|
||||
rgba.align() as _,
|
||||
)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue