avcodec/dovi_rpuenc: Constify dv_levels
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
1267273663
commit
d073d0d3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "put_golomb.h"
|
||||
#include "libavutil/refstruct.h"
|
||||
|
||||
static struct {
|
||||
static const struct {
|
||||
uint64_t pps; // maximum pixels per second
|
||||
int width; // maximum width
|
||||
int main; // maximum bitrate in main tier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue