]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvpxdec.c
aacenc: Write correct length for long identification strings.
[ffmpeg] / libavcodec / libvpxdec.c
index 5acd0f9eb0ce82d733bf7810a4372e74aa5c9a22..917a50219c890d741d7fd41ba4d7243097d6eb1b 100644 (file)
@@ -119,5 +119,6 @@ AVCodec ff_libvpx_decoder = {
     .init           = vp8_init,
     .close          = vp8_free,
     .decode         = vp8_decode,
-    .long_name = NULL_IF_CONFIG_SMALL("libvpx VP8"),
+    .capabilities   = CODEC_CAP_AUTO_THREADS,
+    .long_name      = NULL_IF_CONFIG_SMALL("libvpx VP8"),
 };