[FFmpeg-devel] [PATCH] Factorize avpriv_mirror() out
James Almer
jamrial at gmail.com
Sun Jan 4 04:43:26 CET 2015
On 04/01/15 12:32 AM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> libavcodec/dirac_dwt.c | 30 +++++++------------
> libavcodec/snow_dwt.c | 70 +++++++++++++++++++-------------------------
> libavfilter/transform.c | 14 ++-------
> libavfilter/vf_owdenoise.c | 17 +++--------
> libavfilter/vf_sab.c | 19 ++----------
> libavutil/common.h | 14 +++++++++
> 6 files changed, 63 insertions(+), 101 deletions(-)
libavutil/common.h is an installed header. Wouldn't it make more sense to use the av_
prefix like every other function above this one?
More information about the ffmpeg-devel
mailing list