OSDN Git Service

lavfi: use int64_t lists in AVFilteFormats
authorMina Nagy Zaki <mnzaki@gmail.com>
Tue, 7 Jun 2011 18:17:23 +0000 (21:17 +0300)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 19 Jun 2011 20:58:31 +0000 (22:58 +0200)
commit527ca3985c736ffe077a82fdf3616f0fd571b923
treed9f5c72ce586ad89fbd368e9feceded98f10975f
parent8f349b64813b348634042d96b9d104ada94dc538
lavfi: use int64_t lists in AVFilteFormats

The list type was changed to int64_t to be able to hold
channel layouts.

avfilter_make_format_list() still takes a int32_t array and converts
it to int64_t. A new function, avfilter_make_format64_list, that
takes int64_t arrays has been added.
doc/APIchanges
libavfilter/avfilter.h
libavfilter/formats.c