[FFmpeg-devel] [PATCH 03/10] spdifenc: handle prepadded DTS streams

Benjamin Larsson banan
Wed Dec 29 12:23:41 CET 2010


> +    if (ctx->use_preamble) {
>      put_le16(s->pb, SYNCWORD1);      //Pa
>      put_le16(s->pb, SYNCWORD2);      //Pb
>      put_le16(s->pb, ctx->data_type); //Pc
>      put_le16(s->pb, ctx->length_code);//Pd
> +    }
>  

OK, indent afterwards.



More information about the ffmpeg-devel mailing list