X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Finternal.h;h=bb92873d7b85c7c03180b9f8f2f37de85143dc6d;hb=ddf6ff9dc6e6441b68b83b3bf047dbc573cc5b7c;hp=16bd10128495b83685ed68700fa65740da4d311f;hpb=e9dfc6f9006f81d6267d183b00616053b514df8f;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]); /**