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

Function thread_set_name

fftools/ffmpeg_mux.c:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static void thread_set_name(Muxer *mux)
373{
374 char name[16];
375 snprintf(name, sizeof(name), "mux%d:%s",
376 mux->of.index, mux->fc->oformat->name);
377 ff_thread_setname(name);
378}
379
380static void mux_thread_uninit(MuxThreadContext *mt)
381{

Callers 1

muxer_threadFunction · 0.70

Calls 1

ff_thread_setnameFunction · 0.85

Tested by

no test coverage detected