[MPlayer-cvslog] r26723 - in trunk: Makefile av_opts.c av_opts.h
Diego Biurrun
diego at biurrun.de
Sun May 11 12:48:57 CEST 2008
On Sat, May 10, 2008 at 08:54:11PM +0200, michael wrote:
>
> Log:
> AVOptions support.
>
> Added:
> trunk/av_opts.c
> trunk/av_opts.h
>
> --- (empty file)
> +++ trunk/av_opts.c Sat May 10 20:54:10 2008
> @@ -0,0 +1,27 @@
> +#include <stdlib.h>
> +#include <string.h>
> +#include "libavcodec/opt.h"
> --- (empty file)
> +++ trunk/av_opts.h Sat May 10 20:54:10 2008
> @@ -0,0 +1,5 @@
> +
> +/**
Your continuing refusal to add license headers to new files is highly
annoying. It also undermines my attempts to keep licensing in order,
much less move it forward. In FFmpeg it would be an outright policy
violation, here it is just a violation of development practices. I do
not intend to incite flamage, but I still wish to point this out.
That said, I am happy to see you back doing some actual work on MPlayer.
Diego
More information about the MPlayer-cvslog
mailing list