git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64afc3b
)
lavc/jpeglsenc: Enable frame-threading.
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Sat, 31 May 2014 11:29:07 +0000
(13:29 +0200)
committer
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Sat, 31 May 2014 11:41:11 +0000
(13:41 +0200)
libavcodec/jpeglsenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/jpeglsenc.c
b/libavcodec/jpeglsenc.c
index
030178f
..
2f02332
100644
(file)
--- a/
libavcodec/jpeglsenc.c
+++ b/
libavcodec/jpeglsenc.c
@@
-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,