"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?

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

Reply via email to