diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-14 01:42:10 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-22 00:38:50 +0200 |
commit | a4680e71707e59f6b646b989ac4e1bec24841941 (patch) | |
tree | 0cc0caeb956b43f402645f7223d705514c135281 /libavcodec/internal.h | |
parent | 957f92729a3ea24c6f565ca33573ff12189e9a4e (diff) | |
download | ffmpeg-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/internal.h')
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 324f0998af..0abe17fed0 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -178,7 +178,7 @@ unsigned int avpriv_toupper4(unsigned int x); int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame); -void avpriv_color_frame(AVFrame *frame, const int color[4]); +void ff_color_frame(AVFrame *frame, const int color[4]); extern volatile int ff_avcodec_locked; int ff_lock_avcodec(AVCodecContext *log_ctx, const AVCodec *codec); |