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

Function avcodec_thread_init

libavcodec/utils.c:1047–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045
1046#if !HAVE_THREADS
1047int avcodec_thread_init(AVCodecContext *s, int thread_count){
1048 s->thread_count = thread_count;
1049 return -1;
1050}
1051#endif
1052
1053unsigned int av_xiphlacing(unsigned char *s, unsigned int v)

Callers 5

read_ffserver_streamsFunction · 0.50
opt_input_fileFunction · 0.50
new_video_streamFunction · 0.50
new_audio_streamFunction · 0.50
stream_component_openFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected