[FFmpeg-devel] [PATCH] Document av_register_{in, out}put_format()

Diego Biurrun diego
Sun May 24 20:45:30 CEST 2009


On Sun, May 24, 2009 at 03:32:42PM +0200, Stefano Sabatini wrote:
> As in subject.
> --- ffmpeg.orig/libavformat/avformat.h	2009-05-24 15:29:03.000000000 +0200
> +++ ffmpeg/libavformat/avformat.h	2009-05-24 15:32:20.000000000 +0200
> @@ -663,7 +663,15 @@
> +
> +/**
> + * Registers format to the list of the registered input formats.

I don't think this is better than just

  Registers input format.

> + * Registers format to the list of the registered output formats.

ditto

Diego



More information about the ffmpeg-devel mailing list