[FFmpeg-devel] [PATCH v2 1/3] avcodec/dca: move huffman data into separate object file
James Almer
jamrial at gmail.com
Mon May 2 01:18:45 CEST 2016
On 5/1/2016 12:41 PM, foo86 wrote:
> ---
> libavcodec/Makefile | 2 +-
> libavcodec/dca_core.c | 70 +---
> libavcodec/dca_core.h | 2 +-
> libavcodec/dcadata.c | 9 -
> libavcodec/dcadata.h | 2 -
> libavcodec/dcadec.c | 4 +-
> libavcodec/dcahuff.c | 1099 +++++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/dcahuff.h | 1023 +--------------------------------------------
> 8 files changed, 1124 insertions(+), 1087 deletions(-)
> create mode 100644 libavcodec/dcahuff.c
Applied, thanks.
Next time if you notice that git format-patch doesn't recognize renames try
using the -B option (Break or detect rewrites).
More information about the ffmpeg-devel
mailing list