summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong <jiyong.min@samsung.com>2024-04-08 12:21:46 +0900
committerJiyong <jiyong.min@samsung.com>2024-04-08 12:21:46 +0900
commitd28c2fa707bab8b6a16c137e0162eb7c070b07d0 (patch)
treeed1fb5f192e37002a925971d9135bbece4ceab09
parent919015ef25701aff6535ebd9461355948eecac0f (diff)
downloadlibmm-imgp-gstcs-d28c2fa707bab8b6a16c137e0162eb7c070b07d0.tar.gz
libmm-imgp-gstcs-d28c2fa707bab8b6a16c137e0162eb7c070b07d0.tar.bz2
libmm-imgp-gstcs-d28c2fa707bab8b6a16c137e0162eb7c070b07d0.zip
Change-Id: I4dfc86f18849d3d03011a6b99e09520fd78e7bc5
-rwxr-xr-xgstcs/include/mm_util_gstcs_internal.h9
1 files changed, 0 insertions, 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"<LEAVE>"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;