MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ref_frames

Function ref_frames

libavcodec/vp3.c:2503–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2501
2502#if HAVE_THREADS
2503static void ref_frames(Vp3DecodeContext *dst, const Vp3DecodeContext *src)
2504{
2505 ff_progress_frame_replace(&dst->current_frame, &src->current_frame);
2506 ff_progress_frame_replace(&dst->golden_frame, &src->golden_frame);
2507}
2508
2509static int vp3_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
2510{

Callers 1

Calls 1

Tested by

no test coverage detected