GNOME Bugzilla – Bug 739404
mpegts: value stored is never used
Last modified: 2014-10-30 23:22:19 UTC
Created attachment 289667 [details] [review] patch Both _parse_atsc_mgt() and _parse_atsc_vct () change the value of the variable data just before returning. New value is never used since data is a pointer declared at the beginning of the function and going out of scope just after the new value is stored. > data += descriptors_loop_length; Removing this.
Thanks Tim! Merged.
Comment on attachment 289667 [details] [review] patch commit f76d1a25140c0d475e300ae2ba93c8d3e55e2272