mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 13:20:01 +01:00
avfilter/vf_idet: correctly reset pixdesc on format change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user