mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
alsa: Fix indention
This commit is contained in:
parent
485ad66a11
commit
8e6fb92886
1 changed files with 30 additions and 28 deletions
|
@ -742,9 +742,11 @@ static GstAudioChannelPosition gst_pos[SND_CHMAP_LAST + 1] = {
|
|||
ITEM (BLC, BOTTOM_FRONT_LEFT),
|
||||
ITEM (BRC, BOTTOM_FRONT_LEFT),
|
||||
};
|
||||
|
||||
#undef ITEM
|
||||
|
||||
gboolean alsa_chmap_to_channel_positions (const snd_pcm_chmap_t *chmap,
|
||||
gboolean
|
||||
alsa_chmap_to_channel_positions (const snd_pcm_chmap_t * chmap,
|
||||
GstAudioChannelPosition * pos)
|
||||
{
|
||||
int c;
|
||||
|
|
Loading…
Reference in a new issue