[vlc-devel] [PATCH] Add VIDIOC_G_EXT_CTRLS to ControlListPrint()

Antoine Cellerier dionoea at videolan.org
Sun Jan 13 16:48:43 CET 2008


Non MPEG extended controls aren't in the USER_CLASS. So you could
either:
1/ Change your patch to only use VIDIOC_G_EXT_CTRLS on MPEG_CLASS
contorls.
2/ Change your patch to always try to use VIDIOC_G_EXT_CTRLS and only
fallback on the old API if that doesn't work (might be a better
solution).

Regards,

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list