Skip to content

Instantly share code, notes, and snippets.

@astrataro
Created January 23, 2013 12:43
Show Gist options
  • Save astrataro/4605132 to your computer and use it in GitHub Desktop.
Save astrataro/4605132 to your computer and use it in GitHub Desktop.
diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index 7e41e80..89526cd 100644
--- a/libavcodec/libvpxdec.c
+++ b/libavcodec/libvpxdec.c
@@ -145,7 +145,7 @@ AVCodec ff_libvpx_vp9_decoder = {
.init = vp9_init,
.close = vp8_free,
.decode = vp8_decode,
- .capabilities = CODEC_CAP_AUTO_THREADS | CODEC_CAP_EXPERIMENTAL,
+ .capabilities = CODEC_CAP_AUTO_THREADS,
.long_name = NULL_IF_CONFIG_SMALL("libvpx VP9"),
};
#endif /* CONFIG_LIBVPX_VP9_DECODER */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment