Merge branch 'tizen_4.0' into 'tizen' 48/158148/1 accepted/tizen/unified/20171031.055657 submit/tizen/20171030.084607
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 30 Oct 2017 06:24:50 +0000 (15:24 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 30 Oct 2017 06:24:50 +0000 (15:24 +0900)
Change-Id: I5fc38ad509f9964cc16b6996390e7f11cd910dc1

1  2 
packaging/libmm-player.spec
src/include/mm_player_priv.h
src/mm_player.c
src/mm_player_attrs.c
src/mm_player_priv.c

Simple merge
   */
  #define MM_PLAYER_GET_ATTRS(x_player) (MM_PLAYER_CAST(x_player)->attrs)
  
- #define ROTATION_USING_SINK   0
- #define ROTATION_USING_CUSTOM 1
- #define ROTATION_USING_FLIP   2
+ #define ROTATION_USING_SINK     0
+ #define ROTATION_USING_CUSTOM   1
+ #define ROTATION_USING_FLIP     2
+ #define MM_MAX_STRING_LENGTH    4000 /* have to be less than MUSE_MSG_MAX_LENGTH */
  
 +#define VIDEO360_MAX_ZOOM     10.0f
 +
  /*---------------------------------------------------------------------------
  |    GLOBAL CONSTANT DEFINITIONS:                                                                                     |
  ---------------------------------------------------------------------------*/
diff --cc src/mm_player.c
Simple merge
Simple merge
Simple merge