lavc/dsd_tablegen: always generate tables at runtime

Multimedia / FFmpeg - Ganesh Ajjanagadde [gmail.com] - 30 December 2015 22:37 UTC

Commit b272c3a5aa has sped up dsd_tablegen, and now table generation takes ~ 40k cycles. Thus, these tables can always be generated at runtime.

Tested with/without --enable-hardcoded-tables.

b492fbc lavc/dsd_tablegen: always generate tables at runtime
libavcodec/Makefile | 4 +---
libavcodec/dsd_tablegen.c | 38 --------------------------------------
libavcodec/dsd_tablegen.h | 5 -----
3 files changed, 1 insertion(+), 46 deletions(-)

  • Share