[FFmpeg-cvslog] avutil/pixelutils: Don't include common.h
Andreas Rheinhardt
git at videolan.org
Thu Feb 24 14:28:52 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jul 23 18:41:33 2021 +0200| [94d5892beac349ddd2ed3bbac0c9100e3d171d36] | committer: Andreas Rheinhardt
avutil/pixelutils: Don't include common.h
Reviewed-by: Martin Storsjö <martin at martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94d5892beac349ddd2ed3bbac0c9100e3d171d36
---
libavutil/pixelutils.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavutil/pixelutils.h b/libavutil/pixelutils.h
index a8dbc157e1..7a997cde1c 100644
--- a/libavutil/pixelutils.h
+++ b/libavutil/pixelutils.h
@@ -21,7 +21,6 @@
#include <stddef.h>
#include <stdint.h>
-#include "common.h"
/**
* Sum of abs(src1[x] - src2[x])
More information about the ffmpeg-cvslog
mailing list