[MPlayer-dev-eng] [PATCH] Hack to allow compilation to go further

Ingo Brückl ib at wupperonline.de
Sun Apr 24 00:37:23 CEST 2011


Reimar Döffinger wrote on Sat, 23 Apr 2011 23:15:45 +0200:

> On Sat, Apr 23, 2011 at 10:48:36PM +0200, Ingo Brückl wrote:
>> @@ -827,7 +827,11 @@
>>          }
>>      }
>>
>> -    avctx->hurry_up=(flags&3)?((flags&2)?2:1):0;
>> +    if (flags&3) {
>> +        avctx->skip_frame=AVDISCARD_NONREF;
>> +        if (flags&2)
>> +            avctx->skip_idct=AVDISCARD_ALL;
>> +    }

> This will end up never resetting the value.
> It also creates a conflict with the existing options to
> set these (and remember that these can also be set via the
> generic o= option).

Another attempt.

Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hurry_up.patch2
Type: text/x-diff
Size: 1985 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20110424/392e23f3/attachment.bin>


More information about the MPlayer-dev-eng mailing list