vorbisdec: use right channel variable even more
This commit is contained in:
parent
97a4f7e1e5
commit
08a6621b2d
@ -248,7 +248,7 @@ vorbis_handle_identification_packet (GstVorbisDec * vd)
|
|||||||
}
|
}
|
||||||
default:{
|
default:{
|
||||||
GstAudioChannelPosition position[64];
|
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,
|
GST_ELEMENT_WARNING (vd, STREAM, DECODE,
|
||||||
(NULL), ("Using NONE channel layout for more than 8 channels"));
|
(NULL), ("Using NONE channel layout for more than 8 channels"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user