Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Subject: [PATCH] staging: media: meson: vdec: declare u32 as static c…
…onst
Declared 32 bit unsigned int as static constant inside a function and
replaced u32[] {x,y} as canvas3, canvas4 in codec_h264.c
This indicates the value of canvas indexes will remain constant throughout execution.
Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com>- Loading branch information