Created
January 23, 2013 12:43
-
-
Save astrataro/4605132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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