Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-14 02:42:10 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-22 01:38:50 +0300
commita4680e71707e59f6b646b989ac4e1bec24841941 (patch)
tree0cc0caeb956b43f402645f7223d705514c135281 /libavcodec/utils.c
parent957f92729a3ea24c6f565ca33573ff12189e9a4e (diff)
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 0ae35ed1e4..d3a495ec5f 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;