Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 412af20a authored by Rashed Abdel-Tawab's avatar Rashed Abdel-Tawab Committed by Rashed Abdel-Tawab
Browse files

visualizer: Fix typedef redefinition

Change-Id: I135949c85c56cb2f2e8aec1b41ff6bb9bf0a2b19
parent 6444d675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,11 +81,11 @@ struct effect_context_s {
    effect_ops_t ops;
};

typedef struct output_context_s {
struct output_context_s {
    struct listnode outputs_list_node;  /* node in active_outputs_list */
    audio_io_handle_t handle; /* io handle */
    struct listnode effects_list; /* list of effects attached to this output */
} output_context_t;
};


/* maximum time since last capture buffer update before resetting capture buffer. This means