X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Finternal.h;h=bb92873d7b85c7c03180b9f8f2f37de85143dc6d;hb=706d2c66e8e59cfda32e57713bc37e5558a25815;hp=16bd10128495b83685ed68700fa65740da4d311f;hpb=7ceec9c5ec511fd75116ab94ac132159f8d97edc;p=ffmpeg diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 16bd1012849..bb92873d7b8 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -235,12 +235,6 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); unsigned int avpriv_toupper4(unsigned int x); -/** - * does needed setup of pkt_pts/pos and such for (re)get_buffer(); - */ -int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame); - - void ff_color_frame(AVFrame *frame, const int color[4]); /**