]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avcodec.h
lavfi: add astreamsync audio filter.
[ffmpeg] / libavfilter / avcodec.h
index dec5ae4a7cb04fc002364592670239ae42da1af8..22dd1a263e1099f4b185602f315e0c9fb9856d97 100644 (file)
@@ -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