Mercurial > mplayer.hg
changeset 25105:472629081e38
Compilation fix (typo)
author | voroshil |
---|---|
date | Wed, 21 Nov 2007 13:55:39 +0000 |
parents | a92bd4a7c213 |
children | c0f76c08044a |
files | stream/tvi_dshow.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tvi_dshow.c Wed Nov 21 13:03:58 2007 +0000 +++ b/stream/tvi_dshow.c Wed Nov 21 13:55:39 2007 +0000 @@ -3158,7 +3158,7 @@ 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;