diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-02 13:12:22 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-05 09:40:06 +0200 |
commit | 2ece81b4c0d3abd2181722cc8c4db4324401331d (patch) | |
tree | 33e517d29c698cfad54b15dd1d1129884b281a5f /libavcodec/internal.h | |
parent | 866be3fa1ede44aae1f2af5ed398c84da3e82b6b (diff) | |
download | ffmpeg-2ece81b4c0d3abd2181722cc8c4db4324401331d.tar.gz |
avcodec/utils: Move ff_color_frame() to its only user
Namely h264_slice.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 480b18b447..7de6c577fe 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -157,8 +157,6 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); unsigned int ff_toupper4(unsigned int x); -void ff_color_frame(AVFrame *frame, const int color[4]); - /** * 2^(x) for integer x * @return correctly rounded float |