pthreads: increase MAX_BUFFERS due to 24c043c98e
This might fix a hypothetical memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c44a028e19
commit
ebf4750200
@ -85,7 +85,7 @@ typedef struct ThreadContext {
|
||||
} ThreadContext;
|
||||
|
||||
/// Max number of frame buffers that can be allocated when using frame threads.
|
||||
#define MAX_BUFFERS (32+1)
|
||||
#define MAX_BUFFERS (34+1)
|
||||
|
||||
/**
|
||||
* Context used by codec threads and stored in their AVCodecContext thread_opaque.
|
||||
|
Loading…
Reference in New Issue
Block a user