Remove unnecessary tag for doxygen 92/308092/1 accepted/tizen/unified/20240318.154549 accepted/tizen/unified/x/20240320.055317
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 18 Mar 2024 01:54:09 +0000 (10:54 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Mon, 18 Mar 2024 01:56:32 +0000 (10:56 +0900)
[Version] 0.6.43
[Issue Type] Doxygen

Change-Id: I11160972801c7b30d6333f725aca7ce703e8ef9c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/media_codec.h
packaging/capi-media-codec.spec

index 1878689..b267f4d 100644 (file)
@@ -611,7 +611,7 @@ int mediacodec_foreach_supported_codec(mediacodec_h mediacodec, mediacodec_suppo
  * @param[in]  mediacodec   The handle to mediacodec
  * @param[in]  codec_type   The identifier of the codec type of the encoder.
  * @param[in]  encoder      Whether the encoder or decoder : (@c true = encoder, @c false = decoder).
- * @param[out] support_type (@c #MEDIACODEC_SUPPORT_TYPE_HW = mediacodec can be performed with hardware codec, @c #MEDIACODEC_SUPPORT_TYPE_SW = mediacodec can be performed with software codec)
+ * @param[out] support_type (#MEDIACODEC_SUPPORT_TYPE_HW = mediacodec can be performed with hardware codec, #MEDIACODEC_SUPPORT_TYPE_SW = mediacodec can be performed with software codec)
  * @return @c 0 on success, otherwise a negative error value
  * @retval #MEDIACODEC_ERROR_NONE Successful
  * @retval #MEDIACODEC_ERROR_INVALID_PARAMETER Invalid parameter
index 22f41e0..c41bb7b 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       capi-media-codec
 Summary:    A Media Codec library in Tizen Native API
-Version:    0.6.42
+Version:    0.6.43
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0