[FFmpeg-devel] [PATCH] Revert "Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'"

James Almer jamrial at gmail.com
Tue Jan 31 22:37:13 EET 2017


On 1/31/2017 5:09 PM, Michael Niedermayer wrote:
> The code is not just used by VP3, the optimizations have primarly an effect on VP3
> but are used by other codecs too when available.
> 
> This reverts commit ca8a3978e57c7c8f6abab8547f47483e407469b7, reversing
> changes made to 481884080977f15854fe06e1c742a7741e49555c.

Why? The code like this can still be used by other decoders if needed.
Reverting this will only make future merges more complex.

If what you want is having these functions available even if vp3 decoder
isn't compiled, then just remove the CONFIG_VP3_DECODER check from
hpeldsp_init.c and make the new files depend on CONFIG_HPELDSP in
Makefile.



More information about the ffmpeg-devel mailing list