mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] audio: remove duplicated line
This commit is contained in:
@@ -129,8 +129,6 @@ void playbackStopNL(void)
|
|||||||
app_unregisterGraph(audio.playback.graph);
|
app_unregisterGraph(audio.playback.graph);
|
||||||
ringbuffer_free(&audio.playback.timings);
|
ringbuffer_free(&audio.playback.timings);
|
||||||
}
|
}
|
||||||
|
|
||||||
audio.playback.state = STREAM_STATE_STOP;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int playbackPullFrames(uint8_t ** data, int frames)
|
static int playbackPullFrames(uint8_t ** data, int frames)
|
||||||
|
Reference in New Issue
Block a user