Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_alloc_context
Function
avcodec_alloc_context
libavcodec/options.c:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
AVCodecContext *avcodec_alloc_context(void){
471
return avcodec_alloc_context2(AVMEDIA_TYPE_UNKNOWN);
472
}
473
474
int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src)
475
{
Callers
12
read_ffserver_streams
Function · 0.85
add_av_stream1
Function · 0.85
add_codec
Function · 0.85
ff_mov_init_hinting
Function · 0.85
av_new_stream
Function · 0.85
mov_create_chapter_track
Function · 0.85
audio_encode_example
Function · 0.85
audio_decode_example
Function · 0.85
video_encode_example
Function · 0.85
video_decode_example
Function · 0.85
main
Function · 0.85
estimate_best_b_count
Function · 0.85
Calls
1
avcodec_alloc_context2
Function · 0.85
Tested by
1
main
Function · 0.68