From d28c2fa707bab8b6a16c137e0162eb7c070b07d0 Mon Sep 17 00:00:00 2001 From: Jiyong Date: Mon, 8 Apr 2024 12:21:46 +0900 Subject: [PATCH] Remove unused code Change-Id: I4dfc86f18849d3d03011a6b99e09520fd78e7bc5 --- gstcs/include/mm_util_gstcs_internal.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gstcs/include/mm_util_gstcs_internal.h b/gstcs/include/mm_util_gstcs_internal.h index bd2fbc8..92aeda1 100755 --- a/gstcs/include/mm_util_gstcs_internal.h +++ b/gstcs/include/mm_util_gstcs_internal.h @@ -82,15 +82,6 @@ extern "C" { LOGD(FONT_COLOR_YELLOW""FONT_COLOR_RESET); \ } while (0) -typedef struct _image_format_s { - mm_util_color_format_e color_format; - int width; - int height; - int stride; - int elevation; - GstCaps* caps; -} image_format_s; - typedef struct _gstreamer_s { GMainLoop *loop; GMainContext *context; -- 2.7.4