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.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
