ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Thu Apr 3 10:30:22 2025 +0200| [d073d0d3bb6891eea4197fe89ac4dd0e6e47e5cd] | committer: Andreas Rheinhardt
avcodec/dovi_rpuenc: Constify dv_levels Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d073d0d3bb6891eea4197fe89ac4dd0e6e47e5cd --- libavcodec/dovi_rpuenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dovi_rpuenc.c b/libavcodec/dovi_rpuenc.c index 334b2c98a0..2e1f8be08e 100644 --- a/libavcodec/dovi_rpuenc.c +++ b/libavcodec/dovi_rpuenc.c @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".