[FFmpeg-devel] [PATCH] avcodec/dca: move EXSS sampling frequency arrays to dca.c
James Almer
jamrial at gmail.com
Thu May 26 18:36:59 CEST 2016
On 5/26/2016 8:29 AM, foo86 wrote:
> Avoids unwanted parser dependency on dcadata.
> ---
> libavcodec/Makefile | 2 +-
> libavcodec/dca.c | 9 +++++++++
> libavcodec/dca.h | 3 +++
> libavcodec/dca_exss.c | 1 -
> libavcodec/dca_parser.c | 1 -
> libavcodec/dcadata.c | 9 ---------
> libavcodec/dcadata.h | 3 ---
> 7 files changed, 13 insertions(+), 15 deletions(-)
Applied.
More information about the ffmpeg-devel
mailing list