X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favcodec.h;h=22dd1a263e1099f4b185602f315e0c9fb9856d97;hb=e90a69e9550800728f36efc3ea804ccd8d1d8380;hp=dec5ae4a7cb04fc002364592670239ae42da1af8;hpb=b429440d857e01250666ed1a68c86c77e575b9ee;p=ffmpeg diff --git a/libavfilter/avcodec.h b/libavfilter/avcodec.h index dec5ae4a7cb..22dd1a263e1 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