summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-19 11:14:04 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-20 13:16:23 +0200
commit97f86680eb761bb92878edff06c10b73b75258a8 (patch)
tree2b2e92e32f3b406ef93d41564236c58be21fbec0 /libavfilter/internal.h
parentb0629366a26628f19245ea2c06a6e366cb70f92f (diff)
lavfi: make copy_buffer_ref common.
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h3
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 */