mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/v210enc: suppport frame thread for v210
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
8ecd7cdb46
commit
2ac8bcec63
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ const AVCodec ff_v210_encoder = {
|
|||
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_V210,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
|
||||
.priv_data_size = sizeof(V210EncContext),
|
||||
.init = encode_init,
|
||||
.encode2 = encode_frame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue