summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorRoman Fietze <roman.fietze@telemotive.de>2014-04-03 12:46:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-03 13:49:13 +0200
commitf5d718ac7e201551d16ea2a1d3f8ce202d91cf67 (patch)
treead9bb1fdedf0b70c58bf3ba5527769516d1252fb /libavfilter/avfilter.h
parent74aeb6b5847268ddc92bb013cbb39a9aa906ec2d (diff)
downloadffmpeg-streaming-f5d718ac7e201551d16ea2a1d3f8ce202d91cf67.zip
ffmpeg-streaming-f5d718ac7e201551d16ea2a1d3f8ce202d91cf67.tar.gz
avfilter.h, buffer.c: use const src pointer in avfilter_copy_buffer_ref_props
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 086e9fe..9a6b277 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -199,7 +199,7 @@ typedef struct AVFilterBufferRef {
* Copy properties of src to dst, without copying the actual data
*/
attribute_deprecated
-void avfilter_copy_buffer_ref_props(AVFilterBufferRef *dst, AVFilterBufferRef *src);
+void avfilter_copy_buffer_ref_props(AVFilterBufferRef *dst, const AVFilterBufferRef *src);
/**
* Add a new reference to a buffer.
OpenPOWER on IntegriCloud