[FFmpeg-devel] [PATCH] Move H264 dsputil functions into their own struct

Måns Rullgård mans
Tue Mar 16 01:17:43 CET 2010


Michael Niedermayer <michaelni at gmx.at> writes:

> On Sun, Mar 14, 2010 at 05:17:32PM +0000, Mans Rullgard wrote:
>> This moves the H264-specific functions from DSPContext to the new
>> H264DSPContext.  The code is made conditional on CONFIG_H264DSP
>> which is set by the codecs requiring it.
>> 
>> The qpel and chroma MC functions are not moved as these are used by
>> non-h264 code.
> [...]
>
>> --- /dev/null
>> +++ b/libavcodec/h264dsp.c
>
> dont forget svn cp

So which files should be cp'd?  Even the ones moving only a few lines
out of thousands?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list