1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
Mina Nagy Zaki 527ca3985c 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.
2011-06-19 22:58:31 +02:00
..
2011-06-02 14:43:29 +02:00
2011-06-07 00:37:00 +02:00
2011-04-24 03:41:22 +02:00
2011-06-18 09:36:07 +02:00
2011-06-08 01:30:52 +02:00
2011-06-05 13:31:47 +02:00
2011-04-10 04:31:54 +02:00
2011-01-30 03:41:47 +01:00