Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_receive_frame
Function
avcodec_receive_frame
libavcodec/avcodec.c:723–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)
724
{
725
return avcodec_receive_frame_flags(avctx, frame, 0);
726
}
727
728
#define WRAP_CONFIG(allowed_type, field, var, field_type, sentinel_check) \
729
do { \
Callers
15
audio_video_handler
Function · 0.85
recon_frame_process
Function · 0.85
process_frame
Function · 0.85
decode_read
Function · 0.85
try_decode_frame
Function · 0.85
decoder_decode_frame
Function · 0.85
process_frame
Function · 0.85
cri_decode_frame
Function · 0.85
imm5_decode_frame
Function · 0.85
ftr_decode_frame
Function · 0.85
dng_decode_jpeg
Function · 0.85
tdsc_decode_jpeg_tile
Function · 0.85
Calls
1
avcodec_receive_frame_flags
Function · 0.85
Tested by
8
recon_frame_process
Function · 0.68
process_frame
Function · 0.68
decode
Function · 0.68
video_decode
Function · 0.68
compute_crc_of_packets
Function · 0.68
dump_stream_meta
Function · 0.68
run_test
Function · 0.68
video_decode_example
Function · 0.68