]> git.sesse.net Git - vlc/commit
omxil: Avoid warnings about differences in signedness
authorMartin Storsjö <martin@martin.st>
Thu, 29 Sep 2011 08:20:53 +0000 (11:20 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Sep 2011 08:25:23 +0000 (10:25 +0200)
commit39bdf338c05b9e223a67f3a22ebdc856de5dd76d
tree4bf137e5ebf12b57893918b4b43f4d1bf02e9bf8
parent5359dc3135cde367302d724ddb42b7b0da708344
omxil: Avoid warnings about differences in signedness

For omxil, the nal size has already been parsed out elsewhere, so
we don't need it returned here.

This fixes this warning:
omxil.c:926: warning: pointer targets in passing argument 7 of 'convert_sps_pps' differ in signedness
h264_nal.h:22: note: expected 'uint32_t *' but argument is of type 'int *'

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/omxil.c