[FFmpeg-devel] [PATCH v3 4/7] lavc: APV decoder

Michael Niedermayer michael at niedermayer.cc
Fri Apr 25 20:25:19 EEST 2025


Hi

On Wed, Apr 23, 2025 at 09:45:22PM +0100, Mark Thompson wrote:
> ---
[...]
> +        case APV_METADATA_CLL:
> +            {
> +                const APVRawMetadataCLL *cll = &pl->cll;
> +                AVContentLightMetadata *clm;
> +
> +                err = ff_decode_content_light_new(avctx, frame, &clm);
> +                if (err < 0)
> +                    return err;
> +
> +                if (clm) {
> +                    clm->MaxCLL  = cll->max_cll;
> +                    clm->MaxFALL = cll->max_fall;
> +                }
> +            }
> +            break;
> +        default:
> +            // Ignore other types of metadata.
> +        }

src/libavcodec/apv_decode.c: In function ‘apv_decode_metadata’:
src/libavcodec/apv_decode.c:342:9: error: label at end of compound statement
  342 |         default:
      |         ^~~~~~~


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250425/61f593f5/attachment.sig>


More information about the ffmpeg-devel mailing list