buffersrc: avoid using AV_PIX_FMT_NB
authorAnton Khirnov <anton@khirnov.net>
Sat, 24 May 2014 09:15:15 +0000 (11:15 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 26 May 2014 20:25:41 +0000 (22:25 +0200)
commitb03b2d86aa9d79670825b42d8a8a7c41f59cb444
tree5365aa916328cb369fb0749a4be8bbe968bffacb
parenta7d070acb55c3ebbdd5e93e3366f32865732b8a3
buffersrc: avoid using AV_PIX_FMT_NB

That hardcodes the number of pixel formats into lavfi and will break
when a shared lavu is updated, adding new pixel formats.
libavfilter/buffersrc.c