sdpdemux: remove redundant assignment
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 29 Jul 2015 16:17:16 +0000 (17:17 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 29 Jul 2015 16:19:33 +0000 (17:19 +0100)
commitd6b637532f8b65d77a86b4ce951caa8d99b699f0
tree9a0ec3bb10073d85e81345afabb52289db8f25cd
parent7ddaf8741bd628abb249eb65da75576b630996b2
sdpdemux: remove redundant assignment

Value of p is already set below just before being used. Removing this
first assignment that will be ignored.
gst/sdp/gstsdpdemux.c