mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi/framepool: rename FFVideoFramePool to FFFramePool
This commit is contained in:
committed by
Matthieu Bouron
parent
e71b8119e7
commit
b1f68f00b1
@@ -179,7 +179,7 @@ void avfilter_link_free(AVFilterLink **link)
|
||||
|
||||
av_frame_free(&(*link)->partial_buf);
|
||||
ff_framequeue_free(&(*link)->fifo);
|
||||
ff_video_frame_pool_uninit((FFVideoFramePool**)&(*link)->video_frame_pool);
|
||||
ff_frame_pool_uninit((FFFramePool**)&(*link)->frame_pool);
|
||||
|
||||
av_freep(link);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user