gstreamer/gst-libs/gst
Víctor Manuel Jáquez Leal d6738f3f93 libs: decoder: h264,h265 avoid uninitialized variable
Configuring GCC to verify possible usage of uninitialized variables,
shows that found_index might be used without previous assignation.

This patch assigns a initial value to found_index, also avoid a
branching when returning the result value.

https://bugzilla.gnome.org/show_bug.cgi?id=778782
2017-02-16 18:46:35 +01:00
..
base vaapi: add meson build 2017-02-09 11:27:44 +01:00
vaapi libs: decoder: h264,h265 avoid uninitialized variable 2017-02-16 18:46:35 +01:00
Makefile.am Remove codecparsers submodule 2016-01-19 12:49:11 +01:00
meson.build vaapi: add meson build 2017-02-09 11:27:44 +01:00