diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-16 12:13:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-16 13:13:18 +0100 |
commit | a53b144ec041ce6a7f7bd16115e41a8194b95ef7 (patch) | |
tree | e918ff9b36d9679c54ad31a38290d1e07cdadc71 /libavcodec/internal.h | |
parent | af882e1819cae65f6ec026567ed4e99869236782 (diff) | |
download | ffmpeg-a53b144ec041ce6a7f7bd16115e41a8194b95ef7.tar.gz |
avcodec: add avpriv_color_frame()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index cf8bbe5e32..867e36f1df 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -124,6 +124,9 @@ unsigned int avpriv_toupper4(unsigned int x); */ void ff_init_buffer_info(AVCodecContext *s, AVFrame *frame); + +void avpriv_color_frame(AVFrame *frame, const int color[4]); + /** * Remove and free all side data from packet. */ |