avfilter/vf_idet: correctly reset pixdesc on format change

This commit is contained in:
Niklas Haas
2025-09-15 18:02:16 +02:00
committed by Niklas Haas
parent 5830743363
commit 2b67137daa

View File

@@ -283,6 +283,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *picref)
av_frame_free(&idet->cur );
av_frame_free(&idet->next);
idet->csp = NULL;
}
idet->prev = idet->cur;