[FFmpeg-devel] [Toy] MS Video 1 encoder
Diego Biurrun
diego
Sun Jan 23 19:33:23 CET 2011
On Sun, Jan 23, 2011 at 04:01:02PM +0100, Vitor Sessak wrote:
>
> Git-friendly patch attached so patchwork will catch it up.
>
> --- /dev/null
> +++ b/libavcodec/msvideo1enc.c
> @@ -0,0 +1,297 @@
> +
> +/**
> + * @file msvideo1enc.c
> + * Microsoft Video-1 encoder
Scratch the filename.
> +/**
> + * init encoder
> + */
> +static av_cold int encode_init(AVCodecContext *avctx)
> +{
> +}
> +
> +/**
> + * Uninit encoder
> + */
> +static av_cold int encode_end(AVCodecContext *avctx)
> +{
> +}
pointless comments
Diego
More information about the ffmpeg-devel
mailing list