mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavc: Mark all AVHWAccel structures as const
This commit is contained in:
@@ -2307,7 +2307,7 @@ typedef struct AVCodecContext {
|
||||
* - encoding: unused.
|
||||
* - decoding: Set by libavcodec
|
||||
*/
|
||||
struct AVHWAccel *hwaccel;
|
||||
const struct AVHWAccel *hwaccel;
|
||||
|
||||
/**
|
||||
* Hardware accelerator context.
|
||||
|
||||
Reference in New Issue
Block a user