From 9f1b54f6ee872236f093e65efb87c544fcbf0761 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 12 May 2022 13:22:00 +1000 Subject: [PATCH] ccconverter: avoid different indent versions indenting !! differently. Part-of: --- subprojects/gst-plugins-bad/ext/closedcaption/gstccconverter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/closedcaption/gstccconverter.c b/subprojects/gst-plugins-bad/ext/closedcaption/gstccconverter.c index 10d12044ee..f2882d4fba 100644 --- a/subprojects/gst-plugins-bad/ext/closedcaption/gstccconverter.c +++ b/subprojects/gst-plugins-bad/ext/closedcaption/gstccconverter.c @@ -1324,7 +1324,7 @@ convert_cea708_cdp_cea708_cc_data_internal (GstCCConverter * self, return 0; } - drop_frame = ! !(u8 & 0x80); + drop_frame = !(!(u8 & 0x80)); frames = ((u8 >> 4) & 0x3) * 10 + (u8 & 0xf); gst_video_time_code_init (tc, fps_entry->fps_n, fps_entry->fps_d, NULL,