fix prevent issue 14/43414/2
authorHyunil Park <hyunil46.park@samsung.com>
Thu, 9 Jul 2015 02:28:24 +0000 (11:28 +0900)
committerHeechul Jeon <heechul.jeon@samsung.com>
Thu, 9 Jul 2015 05:59:10 +0000 (22:59 -0700)
Change-Id: I0471ad519d3d3277e97fe5cc0ca85986a00b9778
Signed-off-by: Hyunil Park <hyunil46.park@samsung.com>
src/player.c

index 8cd367a4443475dba6d3bd62ad23f95d84b9f0a4..0b365181f765e3da1ba77406d959c110355e70a9 100644 (file)
@@ -1949,7 +1949,7 @@ int player_set_display(player_h player, player_display_type_e type, player_displ
                        sizeof(void*),
 #endif
                        "display_overlay", set_handle,
-                       sizeof(display), (char*)NULL);
+                       sizeof(void*), (char*)NULL);
 
                if (ret != MM_ERROR_NONE)
                {