lavc/jpeglsenc: Enable frame-threading.

This commit is contained in:
Carl Eugen Hoyos 2014-05-31 13:29:07 +02:00
parent 64afc3bb93
commit e91e626182
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ AVCodec ff_jpegls_encoder = {
.id = AV_CODEC_ID_JPEGLS,
.init = encode_init_ls,
.close = encode_close,
.capabilities = CODEC_CAP_FRAME_THREADS | CODEC_CAP_INTRA_ONLY,
.encode2 = encode_picture_ls,
.pix_fmts = (const enum AVPixelFormat[]) {
AV_PIX_FMT_BGR24, AV_PIX_FMT_RGB24,