diff options
author | Max Kellermann <max@duempel.org> | 2011-07-03 15:21:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-07-03 15:21:40 +0200 |
commit | cca2c2f4ca42f1c6a15d16bd2e8384971dad811d (patch) | |
tree | 4684a2c0c8d5237d83a7c4eb02965a394f57cb57 /test | |
parent | 52e2fa91c4c322bc0d8a12a825370f91aa7fecc6 (diff) | |
download | mpd-cca2c2f4ca42f1c6a15d16bd2e8384971dad811d.tar.gz mpd-cca2c2f4ca42f1c6a15d16bd2e8384971dad811d.tar.xz mpd-cca2c2f4ca42f1c6a15d16bd2e8384971dad811d.zip |
test/run_filter: remove unused variable "frame_size"
Diffstat (limited to 'test')
-rw-r--r-- | test/run_filter.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/run_filter.c b/test/run_filter.c index ee2445eac..3758eb5bb 100644 --- a/test/run_filter.c +++ b/test/run_filter.c @@ -106,7 +106,6 @@ int main(int argc, char **argv) struct filter *filter; const struct audio_format *out_audio_format; char buffer[4096]; - size_t frame_size; if (argc < 3 || argc > 4) { g_printerr("Usage: run_filter CONFIG NAME [FORMAT] <IN\n"); @@ -162,8 +161,6 @@ int main(int argc, char **argv) g_printerr("audio_format=%s\n", audio_format_to_string(out_audio_format, &af_string)); - frame_size = audio_format_frame_size(&audio_format); - /* play */ while (true) { |