Skip to content

Commit baf0829

Browse files
committed
Removed the duplicate JSON declarations
1 parent 918bf34 commit baf0829

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

AVOutput/AVOutputTV.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ class AVOutputTV : public AVOutputBase {
216216
DECLARE_JSON_RPC_METHOD(getLocalContrastEnhancement)
217217
DECLARE_JSON_RPC_METHOD(getMPEGNoiseReduction)
218218
DECLARE_JSON_RPC_METHOD(getDigitalNoiseReduction)
219-
DECLARE_JSON_RPC_METHOD(getAISuperResolution)
220219
DECLARE_JSON_RPC_METHOD(getMEMC)
221220
DECLARE_JSON_RPC_METHOD(getAISuperResolution)
222221

@@ -242,11 +241,6 @@ class AVOutputTV : public AVOutputBase {
242241
DECLARE_JSON_RPC_METHOD(get2PointWBCaps)
243242
DECLARE_JSON_RPC_METHOD(getHDRModeCaps)
244243
DECLARE_JSON_RPC_METHOD(getAutoBacklightModeCaps)
245-
DECLARE_JSON_RPC_METHOD(getLocalContrastEnhancementCaps)
246-
DECLARE_JSON_RPC_METHOD(getMPEGNoiseReductionCaps)
247-
DECLARE_JSON_RPC_METHOD(getDigitalNoiseReductionCaps)
248-
DECLARE_JSON_RPC_METHOD(getAISuperResolutionCaps)
249-
DECLARE_JSON_RPC_METHOD(getMEMCCaps)
250244
DECLARE_JSON_RPC_METHOD(getBacklightCapsV2)
251245
DECLARE_JSON_RPC_METHOD(getBrightnessCapsV2)
252246
DECLARE_JSON_RPC_METHOD(getContrastCapsV2)

0 commit comments

Comments
 (0)