summaryrefslogtreecommitdiff
path: root/libavfilter/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avcodec.h')
-rw-r--r--libavfilter/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avcodec.h b/libavfilter/avcodec.h
index dec5ae4a7c..22dd1a263e 100644
--- a/libavfilter/avcodec.h
+++ b/libavfilter/avcodec.h
@@ -36,7 +36,7 @@
* Copy the frame properties of src to dst, without copying the actual
* image data.
*/
-void avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src);
+int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src);
/**
* Create and return a picref reference from the data and properties