diff mbox series

[FFmpeg-devel,1/5] avformat/argo_cvg: Mark overrides as const

Message ID AS8P250MB0744EEDDFAC2FE05398004DF8F2C9@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit cdd50223a67c14fce4e5e26724d409356667edd2
Headers show
Series [FFmpeg-devel,1/5] avformat/argo_cvg: Mark overrides as const | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 22, 2022, 1:57 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/argo_cvg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Rheinhardt Oct. 27, 2022, 1:56 p.m. UTC | #1
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  libavformat/argo_cvg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
> index edf75c905e..aedc7c4a32 100644
> --- a/libavformat/argo_cvg.c
> +++ b/libavformat/argo_cvg.c
> @@ -70,7 +70,7 @@ typedef struct ArgoCVGMuxContext {
>  
>  #if CONFIG_ARGO_CVG_DEMUXER
>  /* "Special" files that are played at a different rate. */
> -static ArgoCVGOverride overrides[] = {
> +static const ArgoCVGOverride overrides[] = {
>      { "CRYS.CVG",     { 23592, 0, 1 }, 2495499, 88200 }, /* Beta */
>      { "REDCRY88.CVG", { 38280, 0, 1 }, 4134848, 88200 }, /* Beta */
>      { "DANLOOP1.CVG", { 54744, 1, 0 }, 5684641, 37800 }, /* Beta */

Will apply this patchset tomorrow unless there are objections.

- Andreas
diff mbox series

Patch

diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index edf75c905e..aedc7c4a32 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo_cvg.c
@@ -70,7 +70,7 @@  typedef struct ArgoCVGMuxContext {
 
 #if CONFIG_ARGO_CVG_DEMUXER
 /* "Special" files that are played at a different rate. */
-static ArgoCVGOverride overrides[] = {
+static const ArgoCVGOverride overrides[] = {
     { "CRYS.CVG",     { 23592, 0, 1 }, 2495499, 88200 }, /* Beta */
     { "REDCRY88.CVG", { 38280, 0, 1 }, 4134848, 88200 }, /* Beta */
     { "DANLOOP1.CVG", { 54744, 1, 0 }, 5684641, 37800 }, /* Beta */