Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_is_open
Function
avcodec_is_open
libavcodec/avcodec.c:705–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
703
}
704
705
int avcodec_is_open(AVCodecContext *s)
706
{
707
return !!s->internal;
708
}
709
710
int attribute_align_arg avcodec_receive_frame_flags(AVCodecContext *avctx,
711
AVFrame *frame, unsigned flags)
Callers
12
process_frame
Function · 0.85
update_stream_avctx
Function · 0.85
has_decode_delay_been_guessed
Function · 0.85
read_frame_internal
Function · 0.85
try_decode_frame
Function · 0.85
avformat_find_stream_info
Function · 0.85
avcodec_send_frame
Function · 0.85
avcodec_receive_packet
Function · 0.85
avcodec_send_packet
Function · 0.85
avcodec_open2
Function · 0.85
ff_codec_close
Function · 0.85
avcodec_receive_frame_flags
Function · 0.85
Calls
no outgoing calls
Tested by
1
process_frame
Function · 0.68