[MPlayer-dev-eng] [PATCH] Support CineForm HD

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun May 23 01:25:20 CEST 2010


On Sat, May 22, 2010 at 09:57:17PM +0200, Steinar H. Gunderson wrote:
> +          if (data) {
> +             *data = 1000;
> +          }
> +          if (type) {
> +             *type = REG_DWORD;
> +          }
> +          if (count) {
> +             *count = sizeof(DWORD);
> +          }

Pointless {}

> +          free(c);
> +          return 0;

Forgot to change that into a named constant.



More information about the MPlayer-dev-eng mailing list