]> granicus.if.org Git - libvpx/commitdiff
Remove VP9_CAP_POSTPROC
authorYaowu Xu <yaowu@google.com>
Thu, 21 Jan 2016 01:53:43 +0000 (17:53 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 21 Jan 2016 01:53:43 +0000 (17:53 -0800)
Change-Id: If28619509457a7cdaeb13b7e87895c3d9f7c1ad1

vp10/vp10_dx_iface.c

index c3b216ddc6e9e5acb2626737c9f94eaea457bc60..bcb7740495738872671d54b36e0042d44bec708d 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "vp10/vp10_iface_common.h"
 
-#define VP9_CAP_POSTPROC 0
-
 typedef vpx_codec_stream_info_t vp10_stream_info_t;
 
 // This limit is due to framebuffer numbers.
@@ -1079,7 +1077,7 @@ static vpx_codec_ctrl_fn_map_t decoder_ctrl_maps[] = {
 CODEC_INTERFACE(vpx_codec_vp10_dx) = {
   "WebM Project VP10 Decoder" VERSION_STRING,
   VPX_CODEC_INTERNAL_ABI_VERSION,
-  VPX_CODEC_CAP_DECODER | VP9_CAP_POSTPROC |
+  VPX_CODEC_CAP_DECODER|
       VPX_CODEC_CAP_EXTERNAL_FRAME_BUFFER,  // vpx_codec_caps_t
   decoder_init,       // vpx_codec_init_fn_t
   decoder_destroy,    // vpx_codec_destroy_fn_t