]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Mar 2015 11:26:15 +0000 (12:26 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Mar 2015 11:32:56 +0000 (12:32 +0100)
commitfbb9ef5b1727b9d133987617afad7a9f62781d9d
tree5ba2499039acae90e4b396efb25381c5d80eb851
parentee17295d10aa1c3ea7356d8b91a27bfd870c1268
avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int

This fixes depending on implementation defined behavior

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_lut3d.c