[FFmpeg-devel] [PATCH v2 1/3] avcodec/dca: move huffman data into separate object file

foo86 foobaz86 at gmail.com
Mon May 2 14:12:54 CEST 2016


On Sun, May 01, 2016 at 08:18:45PM -0300, James Almer wrote:
> 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).

OK.


More information about the ffmpeg-devel mailing list