[FFmpeg-devel] [PATCH 2/3] VP8: split out declarations to new header

Jason Garrett-Glaser jason
Wed Feb 16 19:33:06 CET 2011


On Wed, Feb 16, 2011 at 10:30 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Hi,
>
> On Wed, Feb 16, 2011 at 1:22 PM, Jason Garrett-Glaser <jason at x264.com> wrote:
>> ---
>> ?libavcodec/vp8.c ? ? | ?177 +------------------------------------
>> ?libavcodec/vp8.h ? ? | ?242 ++++++++++++++++++++++++++++++++++++++++++++++++++
>> ?libavcodec/vp8data.h | ? 44 ++--------
>> ?3 files changed, 249 insertions(+), 214 deletions(-)
>> ?create mode 100644 libavcodec/vp8.h
>
> Why? You want to use VP8Context or parts of it in x86/vp8*.[ch]?
>
> Ronald
>

Well, I wanted to write an mmx version of clamp_mv as x264 has for
median, but now I realize that we don't have any inline mmx anywhere
in libavcodec, so this would be a new thing...

Jason



More information about the ffmpeg-devel mailing list