git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi/framepool: rename FFVideoFramePool to FFFramePool
[ffmpeg.git]
/
libavfilter
/
avfilter.c
diff --git
a/libavfilter/avfilter.c
b/libavfilter/avfilter.c
index
0020ee1
..
12f12d1
100644
(file)
--- a/
libavfilter/avfilter.c
+++ b/
libavfilter/avfilter.c
@@
-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);
}