resindvd: Remove redundant modulo operation in the demuxer

This commit is contained in:
Jan Schmidt 2009-04-24 14:08:55 +01:00
parent eedf313156
commit 243f58f2fc

View file

@ -735,7 +735,7 @@ gst_flups_demux_handle_dvd_event (GstFluPSDemux * demux, GstEvent * event)
stream_id %= MAX_DVD_AUDIO_STREAMS;
aud_type = demux->audio_stream_types[stream_id % MAX_DVD_AUDIO_STREAMS];
aud_type = demux->audio_stream_types[stream_id];
switch (aud_type) {
case 0x0: