Skip to content

Commit d073d0d

Browse files
committed
avcodec/dovi_rpuenc: Constify dv_levels
Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent 1267273 commit d073d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/dovi_rpuenc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "put_golomb.h"
3232
#include "libavutil/refstruct.h"
3333

34-
static struct {
34+
static const struct {
3535
uint64_t pps; // maximum pixels per second
3636
int width; // maximum width
3737
int main; // maximum bitrate in main tier

0 commit comments

Comments
 (0)