diff options
| author | Zhihong Chen <[email protected]> | 2024-11-18 16:25:45 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-11-18 17:31:02 +0800 |
| commit | 093a1836f0ee570b92e7699ef7fb59b43e69b21d (patch) | |
| tree | 410c41b93ee11952629ee7b4e08fac78a13546cf | |
| parent | 70ef61667605af28399c95bdb008a717e90fbff2 (diff) | |
demo: video_static_h264_template.c: fix end brace
Signed-off-by: Zhihong Chen <[email protected]>
| -rw-r--r-- | demo/video_static_h264_template.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
