Re: [FFmpeg-devel] [PATCH] hevc: Mark as having threadsafe init

2017-01-10 Thread wm4
On Tue, 10 Jan 2017 18:24:27 + Derek Buitenhuis wrote: > Signed-off-by: Derek Buitenhuis > --- > It looks like it already is threadsafe, amazingly? I don't > see any table inits, somehow. > --- > libavcodec/hevc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/hevc.c b

[FFmpeg-devel] [PATCH] hevc: Mark as having threadsafe init

2017-01-10 Thread Derek Buitenhuis
Signed-off-by: Derek Buitenhuis --- It looks like it already is threadsafe, amazingly? I don't see any table inits, somehow. --- libavcodec/hevc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 7c563a3..607a8da 100644 --- a/libavcodec/hevc.c +++ b/