avfilter_copy_buf_props 1126 libavfilter/avfilter.h int avfilter_copy_buf_props(AVFrame *dst, const AVFilterBufferRef *src);
avfilter_copy_buf_props  231 libavfilter/buffersrc.c     if ((ret = avfilter_copy_buf_props(frame, buf)) < 0)