Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avcodec: add AC-4 decoder
  • Loading branch information
richardpl authored and makrsmark committed Mar 12, 2022
1 parent df8163a commit 4518c8c
Show file tree
Hide file tree
Showing 7 changed files with 7,563 additions and 1 deletion.
1 change: 1 addition & 0 deletions libavcodec/Makefile
Expand Up @@ -187,6 +187,7 @@ OBJS-$(CONFIG_AC3_ENCODER) += ac3enc_float.o ac3enc.o ac3tab.o \
ac3.o kbdwin.o
OBJS-$(CONFIG_AC3_FIXED_ENCODER) += ac3enc_fixed.o ac3enc.o ac3tab.o ac3.o kbdwin.o
OBJS-$(CONFIG_AC3_MF_ENCODER) += mfenc.o mf_utils.o
OBJS-$(CONFIG_AC4_DECODER) += ac4dec.o kbdwin.o
OBJS-$(CONFIG_ACELP_KELVIN_DECODER) += g729dec.o lsp.o celp_math.o celp_filters.o acelp_filters.o acelp_pitch_delay.o acelp_vectors.o g729postfilter.o
OBJS-$(CONFIG_AGM_DECODER) += agm.o
OBJS-$(CONFIG_AIC_DECODER) += aic.o
Expand Down

0 comments on commit 4518c8c

Please sign in to comment.