From 093a1836f0ee570b92e7699ef7fb59b43e69b21d Mon Sep 17 00:00:00 2001 From: Zhihong Chen Date: Mon, 18 Nov 2024 16:25:45 +0800 Subject: [PATCH] demo: video_static_h264_template.c: fix end brace Signed-off-by: Zhihong Chen --- demo/video_static_h264_template.c | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/video_static_h264_template.c b/demo/video_static_h264_template.c index caed10aa..a970fb5c 100644 --- a/demo/video_static_h264_template.c +++ b/demo/video_static_h264_template.c @@ -225,6 +225,5 @@ void video_test(uint8_t busid) } } } - } } } \ No newline at end of file