test/run_filter: remove unused variable "frame_size"
This commit is contained in:
parent
52e2fa91c4
commit
cca2c2f4ca
@ -106,7 +106,6 @@ int main(int argc, char **argv)
|
|||||||
struct filter *filter;
|
struct filter *filter;
|
||||||
const struct audio_format *out_audio_format;
|
const struct audio_format *out_audio_format;
|
||||||
char buffer[4096];
|
char buffer[4096];
|
||||||
size_t frame_size;
|
|
||||||
|
|
||||||
if (argc < 3 || argc > 4) {
|
if (argc < 3 || argc > 4) {
|
||||||
g_printerr("Usage: run_filter CONFIG NAME [FORMAT] <IN\n");
|
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",
|
g_printerr("audio_format=%s\n",
|
||||||
audio_format_to_string(out_audio_format, &af_string));
|
audio_format_to_string(out_audio_format, &af_string));
|
||||||
|
|
||||||
frame_size = audio_format_frame_size(&audio_format);
|
|
||||||
|
|
||||||
/* play */
|
/* play */
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user