Commit 0e9c48d
committed
lavf/qsvvpp: fix denoise/deinterlace crash in system memory mode
See: ./ffmpeg -init_hw_device qsv=foo -filter_hw_device foo -hwaccel qsv
-f rawvideo -video_size 720x480 -i Test_720x480p.yuv -vf vpp_qsv=denoise=20 -f
rawvideo -y vpp_720x480P_denoise_20.yuv
It is due to the frame is double-freed.
(regression since aef199e:
lavf/qsv: release the frame in filter_frame).
Signed-off-by: Zhong Li <zhong.li@intel.com>1 parent 46e565f commit 0e9c48d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
0 commit comments