diff --git a/libavformat/mov.c b/libavformat/mov.c index a449a61354..f01ec86236 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3042,6 +3042,7 @@ static int mov_finalize_stsd_codec(MOVContext *c, AVIOContext *pb, case AV_CODEC_ID_PRORES: case AV_CODEC_ID_APV: case AV_CODEC_ID_EVC: + case AV_CODEC_ID_LCEVC: case AV_CODEC_ID_AV1: /* field_order detection of H264 requires parsing */ case AV_CODEC_ID_H264: