On Mon, Dec 22, 2014 at 09:51:25PM +0530, arwa arif wrote: > On Mon, Dec 22, 2014 at 5:37 PM, Stefano Sabatini <[email protected]> > 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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
