diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-19 11:14:04 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-20 13:16:23 +0200 |
commit | 97f86680eb761bb92878edff06c10b73b75258a8 (patch) | |
tree | 2b2e92e32f3b406ef93d41564236c58be21fbec0 /libavfilter/internal.h | |
parent | b0629366a26628f19245ea2c06a6e366cb70f92f (diff) | |
download | ffmpeg-97f86680eb761bb92878edff06c10b73b75258a8.tar.gz |
lavfi: make copy_buffer_ref common.
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index d1bcb0353c..b80a6fe1fa 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -347,4 +347,7 @@ int ff_request_frame(AVFilterLink *link); .category = AV_CLASS_CATEGORY_FILTER, \ } +AVFilterBufferRef *ff_copy_buffer_ref(AVFilterLink *outlink, + AVFilterBufferRef *ref); + #endif /* AVFILTER_INTERNAL_H */ |