[Version] 0.1.13
[Profile] Common
[Issue Type] Bug fix
Change-Id: I6352f90fcccaf4c3fe65f8ee6ba7d44e1483e9aa
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: capi-media-tool
Summary: A Core API media tool library in Tizen Native API
-Version: 0.1.12
-Release: 1
+Version: 0.1.13
+Release: 0
Group: Multimedia/API
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
case MEDIA_FORMAT_PCM_U32BE:
*is_little_endian = false;
break;
- deault:
+ default:
LOGE("The format handle is not for PCM\n");
return MEDIA_FORMAT_ERROR_INVALID_OPERATION;
}
case MEDIA_FORMAT_PCM_U32BE:
*bit_depth = 32;
break;
- deault:
+ default:
LOGE("The format handle is not for PCM\n");
return MEDIA_FORMAT_ERROR_INVALID_OPERATION;
}