pombreda / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

static values written at encoder library init time tracking bug. #900

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 15 Jan 2015 at 11:36