mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/xfacedec: Mark decoder as init-threadsafe
Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
dbdad78b40
commit
44a893f09c
|
@ -185,4 +185,5 @@ AVCodec ff_xface_decoder = {
|
|||
.init = xface_decode_init,
|
||||
.decode = xface_decode_frame,
|
||||
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_MONOWHITE, AV_PIX_FMT_NONE },
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue