mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
lavf: set internal thread names
This commit is contained in:
@@ -189,6 +189,8 @@ static void *async_buffer_task(void *arg)
|
||||
int ret = 0;
|
||||
int64_t seek_ret;
|
||||
|
||||
ff_thread_setname("async");
|
||||
|
||||
while (1) {
|
||||
int fifo_space, to_copy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user