pthreads: increase MAX_BUFFERS due to 24c043c98e

This might fix a hypothetical memleak

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Michael Niedermayer 12 years ago
parent c44a028e19
commit ebf4750200
  1. 2
      libavcodec/pthread.c

@ -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…
Cancel
Save