summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.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/h264_slice.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/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index a346ccbc00..3f41e9bbdd 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -617,7 +617,7 @@ static int h264_frame_start(H264Context *h)
&& !(h->avctx->codec->capabilities & AV_CODEC_CAP_HWACCEL_VDPAU)
#endif
)
- avpriv_color_frame(pic->f, c);
+ ff_color_frame(pic->f, c);
h->cur_pic_ptr = pic;
ff_h264_unref_picture(h, &h->cur_pic);