[FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

Michael Niedermayer michaelni at gmx.at
Mon Dec 22 18:18:16 CET 2014


On Mon, Dec 22, 2014 at 09:51:25PM +0530, arwa arif wrote:
> On Mon, Dec 22, 2014 at 5:37 PM, Stefano Sabatini <stefasab at gmail.com>
> wrote:
[...]

> +typedef struct fsppContext {
> +    uint64_t threshold_mtx_noq[8 * 2];

The first field must be a AVClass pointer like
typedef struct fsppContext {
    AVClass *class;
    uint64_t threshold_mtx_noq[8 * 2];

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141222/5703bc8f/attachment.asc>


More information about the ffmpeg-devel mailing list