mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
resindvd: remove unused value
The data variable is incremented but never read again. Remove the unused value assignment.
This commit is contained in:
parent
6f1c58dedf
commit
ecf8f97316
1 changed files with 0 additions and 2 deletions
|
@ -1391,8 +1391,6 @@ gst_flups_demux_parse_pack_start (GstFluPSDemux * demux)
|
|||
|
||||
/* marker:1==1 ! mux_rate:22 ! marker:1==1 */
|
||||
new_rate = (scr2 & 0x007ffffe) >> 1;
|
||||
|
||||
data += 8;
|
||||
}
|
||||
new_rate *= MPEG_MUX_RATE_MULT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue