On 24/4/21 8:35 am, Aidan Richmond wrote: > + > +static int wsaud_write_trailer(AVFormatContext *ctx) > +{ > + AVIOContext *pb = ctx->pb; > + AUDMuxContext *a = ctx->priv_data; > + > + if(!pb->seekable) { Also missing a space.