mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
vorbisdec: use right channel variable even more
This commit is contained in:
parent
97a4f7e1e5
commit
08a6621b2d
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ vorbis_handle_identification_packet (GstVorbisDec * vd)
|
|||
}
|
||||
default:{
|
||||
GstAudioChannelPosition position[64];
|
||||
gint i, max_pos = MAX (info.channels, 64);
|
||||
gint i, max_pos = MAX (vd->vi.channels, 64);
|
||||
|
||||
GST_ELEMENT_WARNING (vd, STREAM, DECODE,
|
||||
(NULL), ("Using NONE channel layout for more than 8 channels"));
|
||||
|
|
Loading…
Reference in a new issue