Home
last modified time | relevance | path

Searched refs:frame_copy_props (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dframe.c274 static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy) in frame_copy_props() function
375 ret = frame_copy_props(dst, src, 0); in av_frame_ref()
598 return frame_copy_props(dst, src, 1); in av_frame_copy_props()

Completed in 2 milliseconds