Add to support NV12 for rotation 04/319704/1 accepted/tizen/unified/20250218.161752 accepted/tizen/unified/x/20250221.042135
authorJiyong <jiyong.min@samsung.com>
Sun, 16 Feb 2025 22:50:23 +0000 (07:50 +0900)
committerJiyong <jiyong.min@samsung.com>
Sun, 16 Feb 2025 22:50:23 +0000 (07:50 +0900)
Change-Id: Ide802a722348a43fe2620bc7fb4748b508e34313

imgp/mm_util_imgp.c
packaging/libmm-utility.spec

index 3368283f86d2b9e50e1dcdc57700d25bcbd9a35b..7958f7fe1ecbdbb405b2e96ff8893b49547b229d 100644 (file)
@@ -71,6 +71,7 @@ static bool __mm_gst_can_rotate_format(mm_util_color_format_e color_format)
        switch (color_format) {
        case MM_UTIL_COLOR_YUV420:
        case MM_UTIL_COLOR_I420:
+       case MM_UTIL_COLOR_NV12:
        case MM_UTIL_COLOR_RGB24:
        case MM_UTIL_COLOR_ARGB:
        case MM_UTIL_COLOR_BGRA:
index 047ef09d5f63ba44e08600fdd3254238f782411e..bff355179d3e5c43a793cef59dd17562f192cc3d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-utility
 Summary:    Multimedia Framework Utility Library
-Version:    0.4.28
+Version:    0.4.29
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0