MCPcopy 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
470AVCodecContext *avcodec_alloc_context(void){
471 return avcodec_alloc_context2(AVMEDIA_TYPE_UNKNOWN);
472}
473
474int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src)
475{

Callers 12

read_ffserver_streamsFunction · 0.85
add_av_stream1Function · 0.85
add_codecFunction · 0.85
ff_mov_init_hintingFunction · 0.85
av_new_streamFunction · 0.85
mov_create_chapter_trackFunction · 0.85
audio_encode_exampleFunction · 0.85
audio_decode_exampleFunction · 0.85
video_encode_exampleFunction · 0.85
video_decode_exampleFunction · 0.85
mainFunction · 0.85
estimate_best_b_countFunction · 0.85

Calls 1

avcodec_alloc_context2Function · 0.85

Tested by 1

mainFunction · 0.68