vf_fieldorder: 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:26 +0000 (22:25 +0200)
commita7d070acb55c3ebbdd5e93e3366f32865732b8a3
tree5052ab87d722421722c8bc46d6f3f8254f24ced2
parent862f33c10ea38ea49fa4188725df5e5246dbd1d8
vf_fieldorder: 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/vf_fieldorder.c