mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 14:30:10 +01:00
Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'
* commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3': Mark some arrays that never change as const. Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "vaapi_encode.h"
|
||||
#include "avcodec.h"
|
||||
|
||||
static const char *picture_type_name[] = { "IDR", "I", "P", "B" };
|
||||
static const char * const picture_type_name[] = { "IDR", "I", "P", "B" };
|
||||
|
||||
static int vaapi_encode_make_packed_header(AVCodecContext *avctx,
|
||||
VAAPIEncodePicture *pic,
|
||||
|
||||
Reference in New Issue
Block a user