Commit 691b9247 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: revert stray hunk

Found-by:ubitux
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d797ac7
......@@ -126,11 +126,6 @@ int main(int argc, char **argv){
struct SwrContext * forw_ctx= NULL;
struct SwrContext *backw_ctx= NULL;
in_sample_rate=16000;
for(osr=0; osr<5; osr++){
out_sample_rate= sample_rates[osr];
}
in_sample_rate=16000;
for(osr=0; osr<5; osr++){
out_sample_rate= sample_rates[osr];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment