Commit ebf47502 authored by Michael Niedermayer's avatar Michael Niedermayer

pthreads: increase MAX_BUFFERS due to 24c043c9

This might fix a hypothetical memleak
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c44a028e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment