[ACR-1378] Modify description 50/207850/2 accepted/tizen/unified/20190618.110329 submit/tizen/20190618.020931
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 13 Jun 2019 07:59:09 +0000 (16:59 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 18 Jun 2019 01:59:22 +0000 (10:59 +0900)
Change-Id: I65f51d154a8871d1f6c3b480595fe8e38eafb5ab
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_info.h
include_product/media_info.h

index 2664f2a..0ffe010 100755 (executable)
@@ -1107,10 +1107,10 @@ int media_info_generate_thumbnail(media_info_h media);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks If you want to destroy the media handle before callback invoked, you must cancel the face detection request by using media_info_cancel_face_detection(). \n
- *          If face detection fails, the face_count argument in media_face_detection_completed_cb() will be set to 0. \n
- *          Media items in external storage are not supported, with the exception of MMC items. \n
- *          Since 5.5, if the format is unsupported, this function returns an error and callback will not be invoked.
+ * @remarks If you want to destroy the media handle before the callback invoked, you must cancel the face detection request using media_info_cancel_face_detection(). \n
+ *          If the face detection fails, the @a face_count argument in media_face_detection_completed_cb() will be set to 0. \n
+ *          The face detection of media items in external storage except MMC is not supported. \n
+ *          Since 5.5, if the format of media data is unsupported, this function returns an error and the callback will not be invoked.
  *
  * @param[in] media The handle to the media info
  * @param[in] callback The callback function to be invoked when detection is completed
index 2664f2a..0ffe010 100755 (executable)
@@ -1107,10 +1107,10 @@ int media_info_generate_thumbnail(media_info_h media);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks If you want to destroy the media handle before callback invoked, you must cancel the face detection request by using media_info_cancel_face_detection(). \n
- *          If face detection fails, the face_count argument in media_face_detection_completed_cb() will be set to 0. \n
- *          Media items in external storage are not supported, with the exception of MMC items. \n
- *          Since 5.5, if the format is unsupported, this function returns an error and callback will not be invoked.
+ * @remarks If you want to destroy the media handle before the callback invoked, you must cancel the face detection request using media_info_cancel_face_detection(). \n
+ *          If the face detection fails, the @a face_count argument in media_face_detection_completed_cb() will be set to 0. \n
+ *          The face detection of media items in external storage except MMC is not supported. \n
+ *          Since 5.5, if the format of media data is unsupported, this function returns an error and the callback will not be invoked.
  *
  * @param[in] media The handle to the media info
  * @param[in] callback The callback function to be invoked when detection is completed