mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Mark some arrays that never change as const.
This commit is contained in:
parent
b420a27e74
commit
fd9212f2ed
51 changed files with 129 additions and 129 deletions
|
|
@ -361,7 +361,7 @@ static av_cold int vaapi_encode_mjpeg_configure(AVCodecContext *avctx)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static VAAPIEncodeType vaapi_encode_type_mjpeg = {
|
||||
static const VAAPIEncodeType vaapi_encode_type_mjpeg = {
|
||||
.priv_data_size = sizeof(VAAPIEncodeMJPEGContext),
|
||||
|
||||
.configure = &vaapi_encode_mjpeg_configure,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue