lavfi/formats: avoid using AV_{PIX,SAMPLE}_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:47 +0000 (22:25 +0200)
commit7cc4c9f32f446feaec5447e3d097e8147e35f156
tree6a397c02ea184bc4cc56f16014ca8fdbb8a252af
parentb03b2d86aa9d79670825b42d8a8a7c41f59cb444
lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB

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