"Ronald S. Bultje" <[email protected]> writes:

> Hi,
>
> 2012/1/31 Måns Rullgård <[email protected]>:
>> "Ronald S. Bultje" <[email protected]> writes:
>>
>>>  void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size)
>>>  {
>>>      if(min_size < *size)
>>> @@ -793,7 +839,7 @@ int attribute_align_arg avcodec_open2(AVCodecContext 
>>> *avctx, AVCodec *codec, AVD
>>>      }
>>>
>>>      if(avctx->codec->init && !(avctx->active_thread_type&FF_THREAD_FRAME)){
>>> -        ret = avctx->codec->init(avctx);
>>> +        ret = testxmmclobbers(avctx->codec->init, avctx);
>>>          if (ret < 0) {
>>>              goto free_and_end;
>>>          }
>>
>> You're kidding, right?
>
> It's not my code, this is really what Ramiro wrote. I'm open for
> better solutions, I just want this test in so Michael Kostylev can add
> this as a fate machine (h264 on Win64 is broken with this enabled
> right now - I want to catch regressions once I've fixed it, and right
> now we can't).

I appreciate the good cause, but this is just too ugly.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to