]> git.sesse.net Git - ffmpeg/commit
lavfi: af_amerge options array was not ended with NULL
authorWilliam Yu <genwillyu@gmail.com>
Fri, 15 Jun 2012 07:46:13 +0000 (15:46 +0800)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 15 Jun 2012 09:22:05 +0000 (11:22 +0200)
commitf77a695d2e7c309823e69c6bf4078e5beaf61f13
tree44e47bfaac8ecd84b94b8c526217a481a15319bf
parentcd65cd8c5ab0981c7fc5f51d5d8fddf0eab426a2
lavfi: af_amerge options array was not ended with NULL

Add a NULL to prevent undefined behavior

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