Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dframe.c350 static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy) in frame_copy_props() function
457 ret = frame_copy_props(dst, src, 0); in av_frame_ref()
660 return frame_copy_props(dst, src, 1); in av_frame_copy_props()