]> git.sesse.net Git - vlc/commit
v4l2: fix format warnings
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 13 Apr 2014 07:32:33 +0000 (10:32 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 13 Apr 2014 07:33:38 +0000 (10:33 +0300)
commitfed414c4bcbb6ac7b2819fb6a4ecd1e29ea7bf0b
tree4d2b067d4064f0347463c3030bce2977315acd43
parent3ae3e5f8b293a14bc05ac43219cd9bae80fa07e8
v4l2: fix format warnings

GCC and Linux do not agree on the underlying type -long or long long-
for fixed size 64-bits integer on 64-bits architectures.
modules/access/v4l2/controls.c
modules/access/v4l2/video.c