You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/dovi_rpuenc: Constify dv_levels
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user