We have some statics arrays that are set up when you do an initialization.
With multiple encoders running simultaneously we could have a problem.
Specifically : vp9_bitstream.c
static struct vp9_token intra_mode_encodings[INTRA_MODES];
static struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS];
static struct vp9_token partition_encodings[PARTITION_TYPES];
static struct vp9_token inter_mode_encodings[INTER_MODES];
Original issue reported on code.google.com by jimbankoski@google.com on 17 Dec 2014 at 7:17
Original issue reported on code.google.com by
jimbankoski@google.com
on 17 Dec 2014 at 7:17