On 03/20/2012 03:31 PM, Måns Rullgård wrote:

> Justin Ruggles <[email protected]> writes:
> 
>> ---
>>  tests/fate/vpx.mak |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
>> index f682365..1560fe9 100644
>> --- a/tests/fate/vpx.mak
>> +++ b/tests/fate/vpx.mak
>> @@ -41,6 +41,6 @@ fate-vp8-sign-bias$(1): REF = 
>> $(SRC_PATH)/tests/ref/fate/vp8-sign-bias
>>  endef
>>
>>  $(eval $(call FATE_VP8_FULL))
>> -$(eval $(call FATE_VP8_FULL,-emu-edge,-flags emu_edge))
>> +$(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge))
> 
> What's the difference?


without this there is a parsing error when specifying multiple flags

avconv -flags +bitexact -flags emu_edge
gives error:
Unable to parse option value "bitexactemu_edge"

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to