decoder: h264: fix uninitialized variables in avcC mode.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 2 Jun 2015 09:46:00 +0000 (11:46 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 2 Jun 2015 09:50:56 +0000 (11:50 +0200)
commitd2791a7844b83bb0bad40784541aa57403214f6e
tree4d8ae455a02ed472ac070ff02594de7866e1d061
parent2492afa86c0795b1902ab5ead375064bcec32c93
decoder: h264: fix uninitialized variables in avcC mode.

Fix uninitialized variables when decoding SPS and PPS NAL units from
"codec-data" buffers. This is particularly important when seeking ops
are involved, and the new persistent states are used more often.

https://bugzilla.gnome.org/show_bug.cgi?id=750094
gst-libs/gst/vaapi/gstvaapidecoder_h264.c