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

Function ff_reget_buffer

libavcodec/decode.c:1869–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
1870{
1871 int ret = reget_buffer_internal(avctx, frame, flags);
1872 if (ret < 0)
1873 av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
1874 return ret;
1875}
1876
1877typedef struct ProgressInternal {
1878 ThreadProgress progress;

Callers 15

decode_frameFunction · 0.85
decode_frame_lscrFunction · 0.85
mp_decode_frameFunction · 0.85
mss2_decode_frameFunction · 0.85
cinepak_decode_frameFunction · 0.85
cinvideo_decode_frameFunction · 0.85
seqvideo_decode_frameFunction · 0.85
xan_decode_frameFunction · 0.85
cdtoons_decode_frameFunction · 0.85
mobiclip_decodeFunction · 0.85
decode_frameFunction · 0.85

Calls 2

reget_buffer_internalFunction · 0.85
av_logFunction · 0.85

Tested by

no test coverage detected