fix build error
authorYounghwan Ahn <younghwan_.an@samsung.com>
Tue, 18 Dec 2012 05:04:50 +0000 (14:04 +0900)
committerYounghwan Ahn <younghwan_.an@samsung.com>
Tue, 18 Dec 2012 05:06:44 +0000 (14:06 +0900)
Change-Id: Ie91d0c88ba15360e0c5024fd472f9084b5324f86

src/include/mm_player_priv.h

index ba54983..cdb5dc6 100755 (executable)
@@ -396,6 +396,16 @@ typedef struct
        int     __dummy2;
        /* arbitrary data */
        int     data[16];
+
+    /* dmabuf fd */
+    int fd[MM_PLAYER_IMGB_MPLANE_MAX];
+
+    /* flag for buffer share */
+    int buf_share_method;
+
+   /*y, cbcr size for bookmark */
+    int y_size;
+    int uv_size;
 } MMPlayerMPlaneImage;
 
 typedef struct {