Commit 2372b5be authored by Fabian Keil's avatar Fabian Keil Committed by Rémi Duraffort

Let HandleMeta return ret instead of 0, why else would we bother setting it.

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 7dd7ba08
......@@ -449,7 +449,7 @@ int HandleMeta (demux_t *p_demux, mtrk_t *tr)
}
free (payload);
return 0;
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment