aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-26 21:05:00 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-30 14:33:08 +0200
commit5fe447bbb4a1dfebb6f19339764aeab0315ff17f (patch)
tree01fc63ee3ac3b58ab2ca467d000d448b02a0e2f3 /libavutil/internal.h
parent571b670e7dfc90394ba1f3cf736f446976c832da (diff)
downloadffmpeg-5fe447bbb4a1dfebb6f19339764aeab0315ff17f.tar.gz
avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user
Namely to lavu/tests/pixelutils.c. This way, this function will not be included into actual binaries any more. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index c9e30bc5e9..454c59aa50 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -187,6 +187,4 @@ static av_always_inline av_const int avpriv_mirror(int x, int w)
return x;
}
-void ff_check_pixfmt_descriptors(void);
-
#endif /* AVUTIL_INTERNAL_H */