Re: [libav-devel] [PATCH 08/14] dsputil: Move ff_svq3 function declarations to a separate header

2013-02-08 Thread Luca Barbato
On 08/02/13 00:42, Diego Biurrun wrote: --- libavcodec/dsputil.h |3 --- libavcodec/h264.c|1 + libavcodec/svq3.c|1 + libavcodec/svq3.h| 27 +++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 libavcodec/svq3.h Ok.

[libav-devel] [PATCH 08/14] dsputil: Move ff_svq3 function declarations to a separate header

2013-02-07 Thread Diego Biurrun
--- libavcodec/dsputil.h |3 --- libavcodec/h264.c|1 + libavcodec/svq3.c|1 + libavcodec/svq3.h| 27 +++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 libavcodec/svq3.h diff --git a/libavcodec/dsputil.h