summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/src/M4PCMR_CoreReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvideoeditor/vss/src/M4PCMR_CoreReader.c')
-rwxr-xr-xlibvideoeditor/vss/src/M4PCMR_CoreReader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/vss/src/M4PCMR_CoreReader.c b/libvideoeditor/vss/src/M4PCMR_CoreReader.c
index 3343254..19f07dd 100755
--- a/libvideoeditor/vss/src/M4PCMR_CoreReader.c
+++ b/libvideoeditor/vss/src/M4PCMR_CoreReader.c
@@ -690,7 +690,7 @@ M4OSA_ERR M4PCMR_setOption(M4OSA_Context context, M4PCMR_OptionID optionID, M4OS
switch(optionID)
{
case M4PCMR_kPCMblockSize:
- c->m_blockSize = (M4OSA_UInt32)Value;
+ c->m_blockSize = (M4OSA_UInt32)(uintptr_t)Value;
break;
default: