]> git.sesse.net Git - ffmpeg/commit
avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Feb 2015 22:10:02 +0000 (23:10 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Mar 2015 03:08:32 +0000 (04:08 +0100)
commit34b13dbadff97b858b9bee41b79d02f5f9e868f0
tree800edb7e0397b483e8508180cbb6c99d4da2a59e
parente8c1eb09c7fc5a3669fcb27f52de0cf2ace3931d
avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions

This fixes depending on implementation defined behavior

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