Mercurial > audlegacy-plugins
changeset 2440:5e87f7cc8d13
Remove unneeded vars.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 07 Mar 2008 15:56:40 -0600 |
parents | be645fc2980d |
children | 166397a7efe1 |
files | src/wma/wma.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/wma/wma.c Fri Mar 07 15:55:45 2008 -0600 +++ b/src/wma/wma.c Fri Mar 07 15:56:40 2008 -0600 @@ -297,7 +297,7 @@ int out_size, size, len; AVPacket pkt; guint8 *wma_outbuf, *wma_s_outbuf; - int wma_st_buff, wma_idx, wma_idx2; + int wma_st_buff, wma_idx; if(av_open_input_file(&ic, playback->filename, NULL, 0, NULL) < 0) return;