Mercurial > mplayer.hg
changeset 31611:d8408f8f996b
Fix compilation of tv support.
author | reimar |
---|---|
date | Sat, 10 Jul 2010 18:53:08 +0000 |
parents | 9e2c61ae171f |
children | 7fc1f051a19f |
files | stream/tv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tv.c Sat Jul 10 18:51:03 2010 +0000 +++ b/stream/tv.c Sat Jul 10 18:53:08 2010 +0000 @@ -781,7 +781,7 @@ goto no_audio; } - sh_audio = new_sh_audio(demuxer, 0); + sh_audio = new_sh_audio(demuxer, 0, NULL); funcs->control(tvh->priv, TVI_CONTROL_AUD_GET_SAMPLERATE, &sh_audio->samplerate);