[FFmpeg-devel] [PATCH v2 2/2] avformat/westwoodaudenc: Adds muxer for Westwood AUD format.

Zane van Iperen zane at zanevaniperen.com
Sat Apr 24 14:07:26 EEST 2021



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.


More information about the ffmpeg-devel mailing list