lavf: set internal thread names

This commit is contained in:
Anton Khirnov
2022-10-18 18:40:16 +02:00
parent 5f82447dfc
commit a2f5913857
3 changed files with 8 additions and 0 deletions

View File

@@ -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;