summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-14 01:42:10 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-22 00:38:50 +0200
commita4680e71707e59f6b646b989ac4e1bec24841941 (patch)
tree0cc0caeb956b43f402645f7223d705514c135281 /libavcodec/utils.c
parent957f92729a3ea24c6f565ca33573ff12189e9a4e (diff)
downloadffmpeg-streaming-a4680e71707e59f6b646b989ac4e1bec24841941.zip
ffmpeg-streaming-a4680e71707e59f6b646b989ac4e1bec24841941.tar.gz
avcodec: rename avpriv_color_frame to ff_color_frame
It is only used inside libavcodec. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 0ae35ed..d3a495e 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -687,7 +687,7 @@ fail:
return AVERROR(ENOMEM);
}
-void avpriv_color_frame(AVFrame *frame, const int c[4])
+void ff_color_frame(AVFrame *frame, const int c[4])
{
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(frame->format);
int p, y, x;
OpenPOWER on IntegriCloud