[FFmpeg-devel] [Toy] MS Video 1 encoder (original) (raw)

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 avcold int encodeinit(AVCodecContext *avctx) +{ +} + +/** + * Uninit encoder + */ +static avcold int encodeend(AVCodecContext *avctx) +{ +}

pointless comments

Diego



More information about the ffmpeg-devel mailing list