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

Steinar H. Gunderson sgunderson at bigfoot.com
Sun May 23 17:53:00 CEST 2010


On Sun, May 23, 2010 at 01:25:20AM +0200, Reimar Döffinger wrote:
> 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.

Fixed both, and reindented to have four spaces. Submitting.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



More information about the MPlayer-dev-eng mailing list