After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753837 - dtsdec: overwritten init value
dtsdec: overwritten init value
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-19 17:17 UTC by Luis de Bethencourt
Modified: 2015-08-28 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (862 bytes, patch)
2015-08-19 17:17 UTC, Luis de Bethencourt
accepted-commit_after_freeze Details | Review

Description Luis de Bethencourt 2015-08-19 17:17:12 UTC
Created attachment 309621 [details] [review]
patch

Remove the overwritten init value of length.
Comment 1 Luis de Bethencourt 2015-08-19 17:17:36 UTC
Review of attachment 309621 [details] [review]:

This can wait until after unfreeze.
Comment 2 Luis de Bethencourt 2015-08-21 10:13:35 UTC
commit 4a9703b434de3d04b4fb523a8814b9eb2a8ca989
Author: Luis de Bethencourt <luis@debethencourt.com>
Date:   Wed Aug 19 17:42:49 2015 +0100

    dtsdec: remove unused value

    length is set to a different value before being read. Remove initial value.
    Silences compiler warning.