|
|
@@ -414,7 +414,7 @@ AVCodec ff_libxavs_encoder = { |
|
|
|
.init = XAVS_init, |
|
|
|
.encode = XAVS_frame, |
|
|
|
.close = XAVS_close, |
|
|
|
.capabilities = CODEC_CAP_DELAY, |
|
|
|
.capabilities = CODEC_CAP_DELAY | CODEC_CAP_AUTO_THREADS, |
|
|
|
.pix_fmts = (const enum PixelFormat[]) { PIX_FMT_YUV420P, PIX_FMT_NONE }, |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("libxavs - the Chinese Audio Video Standard Encoder"), |
|
|
|
.priv_class = &class, |
|
|
|