Re: [FFmpeg-devel] [PATCH 1/1] avcodec/pcm: reduce code size
chenyu202...@gmail.com: > From: chenyu > > add depends to pcm.c for reducing size when ALAW/MULAW/VIDC not defined > > Signed-off-by: chenyu > --- > libavcodec/pcm.c | 36 +++- > libavcodec/pcm_tablegen.h | 22 ++ > 2 files changed,
[FFmpeg-devel] [PATCH 1/1] avcodec/pcm: reduce code size
From: chenyu add depends to pcm.c for reducing size when ALAW/MULAW/VIDC not defined Signed-off-by: chenyu --- libavcodec/pcm.c | 36 +++- libavcodec/pcm_tablegen.h | 22 ++ 2 files changed, 53 insertions(+), 5 deletions(-) diff --g