summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dshow.c')
-rw-r--r--stream/tvi_dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index eabc760471..22c5c83be4 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -3158,7 +3158,7 @@ static int control(priv_t * priv, int cmd, void *arg)
priv->chains[0]->arpmt[i+1] = NULL;
priv->chains[0]->arpmt[i] = pmt;
- priv->chains[0]->arStreamCaps=realloc(priv->chains[0]->arCtreamCaps, (i+2)*sizeof(void*));
+ priv->chains[0]->arStreamCaps=realloc(priv->chains[0]->arStreamCaps, (i+2)*sizeof(void*));
priv->chains[0]->arpmt[i+1] = NULL;
result = TVI_CONTROL_FALSE;