Mercurial > audlegacy-plugins
changeset 1990:c9e4ae9e1580
wma: set_params()
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 14:45:11 -0500 |
parents | 1bd99632fc4d |
children | b0ff8640f338 47a7b26717d4 |
files | src/wma/wma.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/wma/wma.c Sun Oct 07 14:44:46 2007 -0500 +++ b/src/wma/wma.c Sun Oct 07 14:45:11 2007 -0500 @@ -419,7 +419,7 @@ wma_st_buff = ST_BUFF; - wma_ip.set_info(wsong_title, wsong_time, c->bit_rate, c->sample_rate, c->channels); + playback->set_params(playback, wsong_title, wsong_time, c->bit_rate, c->sample_rate, c->channels); /* av_malloc() will wrap posix_memalign() if necessary -nenolod */ wma_s_outbuf = av_malloc(wma_st_buff);