Change avfilter_add_colorspace() to make it accept **avff rather than
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 6 Jan 2010 16:19:13 +0000 (16:19 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 6 Jan 2010 16:19:13 +0000 (16:19 +0000)
commitc1d662fd88db783d505c45fca4c35c625cd10f20
tree220c4c30e6ecd7d786c5f32f531d981ab55434f8
parent7659712749500d2307c24abb188766f8a96d87be
Change avfilter_add_colorspace() to make it accept **avff rather than
*avff, so that an AVFilterFormats struct is created and returned by
the function if *avff is NULL.

Make the function use more convenient.

Originally committed as revision 21035 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfilter.h
libavfilter/formats.c