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