On 24/08/16 13:02, Diego Biurrun wrote:
VP5 has no arch-specific optimizations (nor will it get some in the
future), so it makes no sense to try to share dsp init code with VP6.
---
 libavcodec/arm/vp6dsp_init_arm.c |  4 +--
 libavcodec/vp5.c                 |  1 +
 libavcodec/vp56.c                |  1 -
 libavcodec/vp56.h                |  1 +
 libavcodec/vp56dsp.c             | 72 +++++++++++++++++++++-------------------
 libavcodec/vp56dsp.h             | 10 +++---
 libavcodec/vp6.c                 |  1 +
 libavcodec/x86/vp6dsp_init.c     |  2 +-
 8 files changed, 49 insertions(+), 43 deletions(-)


Not against, but I wonder if only that little code is shared between the two codecs.

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to