Remove VideoProcessing::ColorEnhancement.

Code for creating this table still (currently) exists under
webrtc/modules/video_processing/main/test/unit_test/createTable.m. This
processing effect is disabled but still occupies 64k of binary size.

BUG=4491
R=marpan@google.com, mflodman@webrtc.org, marpan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/47069004

Cr-Commit-Position: refs/heads/master@{#9183}
This commit is contained in:
Peter Boström
2015-05-13 11:27:20 +02:00
parent 5ec998511c
commit 4feb50500d
13 changed files with 0 additions and 545 deletions

View File

@ -24,9 +24,6 @@
'main/source/brighten.h',
'main/source/brightness_detection.cc',
'main/source/brightness_detection.h',
'main/source/color_enhancement.cc',
'main/source/color_enhancement.h',
'main/source/color_enhancement_private.h',
'main/source/content_analysis.cc',
'main/source/content_analysis.h',
'main/source/deflickering.cc',