mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
mve: use signed loop variable
... when using it in i >= 0.
This commit is contained in:
parent
6b71ccb552
commit
ccee94e30d
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ static void
|
||||||
gst_mve_mux_palette_analyze (GstMveMux * mvemux, const GstBuffer * pal,
|
gst_mve_mux_palette_analyze (GstMveMux * mvemux, const GstBuffer * pal,
|
||||||
guint16 * first, guint16 * last)
|
guint16 * first, guint16 * last)
|
||||||
{
|
{
|
||||||
guint i;
|
gint i;
|
||||||
guint32 *col1;
|
guint32 *col1;
|
||||||
|
|
||||||
col1 = (guint32 *) GST_BUFFER_DATA (pal);
|
col1 = (guint32 *) GST_BUFFER_DATA (pal);
|
||||||
|
|
Loading…
Reference in a new issue